Html Css Color HEX #373DCB Free Speech Blue

📋 copy color: '#373DCB'

red 55 ◦ green 61 ◦ blue 203

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

Shades of Free Speech Blue #373DCB

Tints of Free Speech Blue #373DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 17.24%
G = 19.12%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#373DCB (or 0x373DCB) is known color: Free Speech Blue. HEX triplet: 37, 3D and CB. RGB value is (55,61,203). Sum of RGB (Red+Green+Blue) = 55+61+203=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #373DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DCB is #C8C234. Grayscale: #4A4A4A. Windows color (decimal): -13156917 or 13319479. OLE color: 13319479.

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

Color convert

RGB 55 61 203 -
CMYK 0.73 0.70 0 0.20
HSL 237.57º 0.59% 0.51% -
HSV(B) 237.57º 0.73% 0.8% -
XYZ 14.02 8.46 57.39 -
YUV 75.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 55 61 203 0.73 0.70 0 0.20 237.57 0.59 0.51
Hex 37 3D CB 49 46 0 14 EE 3B 33
Octal 67 75 313 111 106 0 24 356 73 63
Binary 110111 111101 11001011 1001001 1000110 0 10100 11101110 111011 110011

Color Harmonies of #373DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DCB

Black with #373DCB

Text Example


Text Example

White with #373DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373DCB; }

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

 H1.HeaderClassName
 {
   color: #373DCB;
 }
 .AnyTagClassName
 {
   color: #373DCB;
 }
</style>

background-color css

<style>
 a { background-color: #373DCB; }

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

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

border-color css

<style>
 span { border-color: #373DCB; }

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

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