#374CCB

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

Shades of Free Speech Blue #374CCB

Tints of Free Speech Blue #374CCB

Color information

#374CCB (or 0x374CCB) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4C and CB. RGB value is (55,76,203). Sum of RGB (Red+Green+Blue) = 55+76+203=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #374CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CCB is #C8B334. Grayscale: #535353. Windows color (decimal): -13153077 or 13323319. OLE color: 13323319.

HSL color Cylindrical-coordinate representation of color #374CCB: hue angle of 231.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374CCB is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5576203-
CMYK0.730.6300.20
HSL231.49º58.73%50.59%-
HSV(B)231.49º72.91%79.61%-
XYZ14.9410.2957.7-
YUV84.2195.04107.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 203 (79.69% from 255) = 60.78%
R=16.47%
G=22.75%
B=60.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55762030.730.6300.20231.4958.7350.59
Hex374CCB493F014e73b33
Octal67114313111770243477363
Binary110111100110011001011100100111111101010011100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,203); }

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

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

 a { background-color: rgb(55,76,203); }

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

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

 span { border-color: rgb(55,76,203); }

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