#374dc4

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

Shades of Free Speech Blue #374DC4

Tints of Free Speech Blue #374DC4

Color information

#374DC4 (or 0x374DC4) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4D and C4. RGB value is (55,77,196). Sum of RGB (Red+Green+Blue) = 55+77+196=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #374DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DC4 is #C8B23B. Grayscale: #535353. Windows color (decimal): -13152828 or 12864823. OLE color: 12864823.

HSL color Cylindrical-coordinate representation of color #374DC4: hue angle of 230.64º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374DC4 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5577196-
CMYK0.720.6100.23
HSL230.64º56.18%49.22%-
HSV(B)230.64º71.94%76.86%-
XYZ14.1910.1153.43-
YUV83.99191.21107.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 196 (76.95% from 255) = 59.76%
R=16.77%
G=23.48%
B=59.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55771960.720.6100.23230.6456.1849.22
Hex374DC4483D017e73831
Octal67115304110750273477061
Binary110111100110111000100100100011110101011111100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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