#374abd

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

Shades of Free Speech Blue #374ABD

Tints of Free Speech Blue #374ABD

Color information

#374ABD (or 0x374ABD) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4A and BD. RGB value is (55,74,189). Sum of RGB (Red+Green+Blue) = 55+74+189=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #374ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ABD is #C8B542. Grayscale: #505050. Windows color (decimal): -13153603 or 12405303. OLE color: 12405303.

HSL color Cylindrical-coordinate representation of color #374ABD: hue angle of 231.49º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374ABD is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5574189-
CMYK0.710.6100.26
HSL231.49º54.92%47.84%-
HSV(B)231.49º70.9%74.12%-
XYZ13.219.3849.26-
YUV81.43188.71109.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 189 (74.22% from 255) = 59.43%
R=17.30%
G=23.27%
B=59.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55741890.710.6100.26231.4954.9247.84
Hex374ABD473D01Ae73730
Octal67112275107750323476760
Binary110111100101010111101100011111110101101011100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,189); }

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

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

 a { background-color: rgb(55,74,189); }

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

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

 span { border-color: rgb(55,74,189); }

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