Html Css Color HEX #374CCB Free Speech Blue

📋 copy color: '#374CCB'

red 55 ◦ green 76 ◦ blue 203

#374CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #374CCB

Tints of Free Speech Blue #374CCB

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 value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#374CCB (or 0x374CCB) is known color: 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

RGB 55 76 203 -
CMYK 0.73 0.63 0 0.20
HSL 231.49º 0.59% 0.51% -
HSV(B) 231.49º 0.73% 0.8% -
XYZ 14.94 10.29 57.7 -
YUV 84.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 55 76 203 0.73 0.63 0 0.20 231.49 0.59 0.51
Hex 37 4C CB 49 3F 0 14 E7 3B 33
Octal 67 114 313 111 77 0 24 347 73 63
Binary 110111 1001100 11001011 1001001 111111 0 10100 11100111 111011 110011

Color Harmonies of #374CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CCB

Black with #374CCB

Text Example


Text Example

White with #374CCB

Text Example


Text Example

HTML Codes & Css Web 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>