Html Css Color HEX #373CDE Free Speech Blue

📋 copy color: '#373CDE'

red 55 ◦ green 60 ◦ blue 222

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

Shades of Free Speech Blue #373CDE

Tints of Free Speech Blue #373CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 16.32%
G = 17.8%
B = 65.88%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#373CDE (or 0x373CDE) is known color: Free Speech Blue. HEX triplet: 37, 3C and DE. RGB value is (55,60,222). Sum of RGB (Red+Green+Blue) = 55+60+222=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #373CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CDE is #C8C321. Grayscale: #4C4C4C. Windows color (decimal): -13157154 or 14564407. OLE color: 14564407.

HSL color Cylindrical-coordinate representation of color #373CDE: hue angle of 238.2º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373CDE is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 60 222 -
CMYK 0.75 0.73 0 0.13
HSL 238.2º 0.72% 0.54% -
HSV(B) 238.2º 0.75% 0.87% -
XYZ 16.38 9.32 70.04 -
YUV 76.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 55 60 222 0.75 0.73 0 0.13 238.2 0.72 0.54
Hex 37 3C DE 4B 49 0 D EE 48 36
Octal 67 74 336 113 111 0 15 356 110 66
Binary 110111 111100 11011110 1001011 1001001 0 1101 11101110 1001000 110110

Color Harmonies of #373CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CDE

Black with #373CDE

Text Example


Text Example

White with #373CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,222); }

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

background-color css

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

 a { background-color: rgb(55,60,222); }

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

border-color css

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

 span { border-color: rgb(55,60,222); }

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