#374DD5

Color #374DD5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #374DD5

Tints of Free Speech Blue #374DD5

Color information

#374DD5 (or 0x374DD5) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4D and D5. RGB value is (55,77,213). Sum of RGB (Red+Green+Blue) = 55+77+213=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #374DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DD5 is #C8B22A. Grayscale: #555555. Windows color (decimal): -13152811 or 13978935. OLE color: 13978935.

HSL color Cylindrical-coordinate representation of color #374DD5: hue angle of 231.65º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374DD5 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5577213-
CMYK0.740.6400.16
HSL231.65º65.29%52.55%-
HSV(B)231.65º74.18%83.53%-
XYZ16.2410.9264.2-
YUV85.93199.71105.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 213 (83.59% from 255) = 61.74%
R=15.94%
G=22.32%
B=61.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55772130.740.6400.16231.6565.2952.55
Hex374DD54A40010e84135
Octal6711532511210002035010165
Binary11011110011011101010110010101000000010000111010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374DD5; }

 p { color: rgb(55,77,213); }

 H1.HeaderClassName
 {
   color: #374DD5;
 }
 .AnyTagClassName
 {
   color: #374DD5;
 }
</style>
background-color css

<style>
 a { background-color: #374DD5; }

 a { background-color: rgb(55,77,213); }

 div.DivClassName
 {
   background-color: #374DD5;
 }
 .BgClassName
 {
   background-color: #374DD5;
 }
</style>
border-color css

<style>
 span { border-color: #374DD5; }

 span { border-color: rgb(55,77,213); }

 td.TdClassName
 {
   border-color: #374DD5;
 }
 .TagClassName
 {
   border-color: #374DD5;
 }
</style>