Html Css Color HEX #374FCB Free Speech Blue

📋 copy color: '#374FCB'

red 55 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #374FCB

Tints of Free Speech Blue #374FCB

RGB

 RED value IS 55 (21.88% from 255) = 16.32%

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 16.32%
G = 23.44%
B = 60.24%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#374FCB (or 0x374FCB) is known color: Free Speech Blue. HEX triplet: 37, 4F and CB. RGB value is (55,79,203). Sum of RGB (Red+Green+Blue) = 55+79+203=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #374FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FCB is #C8B034. Grayscale: #555555. Windows color (decimal): -13152309 or 13324087. OLE color: 13324087.

HSL color Cylindrical-coordinate representation of color #374FCB: hue angle of 230.27º 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 #374FCB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 79 203 -
CMYK 0.73 0.61 0 0.20
HSL 230.27º 0.59% 0.51% -
HSV(B) 230.27º 0.73% 0.8% -
XYZ 15.15 10.72 57.77 -
YUV 85.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 55 79 203 0.73 0.61 0 0.20 230.27 0.59 0.51
Hex 37 4F CB 49 3D 0 14 E6 3B 33
Octal 67 117 313 111 75 0 24 346 73 63
Binary 110111 1001111 11001011 1001001 111101 0 10100 11100110 111011 110011

Color Harmonies of #374FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FCB

Black with #374FCB

Text Example


Text Example

White with #374FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374FCB;
 }
 .AnyTagClassName
 {
   color: #374FCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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