Html Css Color HEX #374BCB Free Speech Blue

📋 copy color: '#374BCB'

red 55 ◦ green 75 ◦ blue 203

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

Shades of Free Speech Blue #374BCB

Tints of Free Speech Blue #374BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 16.52%
G = 22.52%
B = 60.96%

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

#374BCB (or 0x374BCB) is known color: Free Speech Blue. HEX triplet: 37, 4B and CB. RGB value is (55,75,203). Sum of RGB (Red+Green+Blue) = 55+75+203=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #374BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BCB is #C8B434. Grayscale: #535353. Windows color (decimal): -13153333 or 13323063. OLE color: 13323063.

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

Color convert

RGB 55 75 203 -
CMYK 0.73 0.63 0 0.20
HSL 231.89º 0.59% 0.51% -
HSV(B) 231.89º 0.73% 0.8% -
XYZ 14.87 10.16 57.68 -
YUV 83.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 55 75 203 0.73 0.63 0 0.20 231.89 0.59 0.51
Hex 37 4B CB 49 3F 0 14 E8 3B 33
Octal 67 113 313 111 77 0 24 350 73 63
Binary 110111 1001011 11001011 1001001 111111 0 10100 11101000 111011 110011

Color Harmonies of #374BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BCB

Black with #374BCB

Text Example


Text Example

White with #374BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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