#374FD8

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

Shades of Free Speech Blue #374FD8

Tints of Free Speech Blue #374FD8

Color information

#374FD8 (or 0x374FD8) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4F and D8. RGB value is (55,79,216). Sum of RGB (Red+Green+Blue) = 55+79+216=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #374FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FD8 is #C8B027. Grayscale: #565656. Windows color (decimal): -13152296 or 14176055. OLE color: 14176055.

HSL color Cylindrical-coordinate representation of color #374FD8: hue angle of 231.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374FD8 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5579216-
CMYK0.750.6300.15
HSL231.06º67.36%53.14%-
HSV(B)231.06º74.54%84.71%-
XYZ16.7711.3666.28-
YUV87.44200.55104.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.71%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 216 (84.77% from 255) = 61.71%
R=15.71%
G=22.57%
B=61.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal55792160.750.6300.15231.0667.3653.14
Hex374FD84B3F0Fe74335
Octal671173301137701734710365
Binary110111100111111011000100101111111101111111001111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,216); }

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

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

 a { background-color: rgb(55,79,216); }

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

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

 span { border-color: rgb(55,79,216); }

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