Html Css Color HEX #373CCD Free Speech Blue

📋 copy color: '#373CCD'

red 55 ◦ green 60 ◦ blue 205

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

Shades of Free Speech Blue #373CCD

Tints of Free Speech Blue #373CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 17.19%
G = 18.75%
B = 64.06%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#373CCD (or 0x373CCD) is known color: Free Speech Blue. HEX triplet: 37, 3C and CD. RGB value is (55,60,205). Sum of RGB (Red+Green+Blue) = 55+60+205=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #373CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CCD is #C8C332. Grayscale: #4A4A4A. Windows color (decimal): -13157171 or 13450295. OLE color: 13450295.

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

Color convert

RGB 55 60 205 -
CMYK 0.73 0.71 0 0.20
HSL 238º 0.6% 0.51% -
HSV(B) 238º 0.73% 0.8% -
XYZ 14.21 8.45 58.64 -
YUV 75.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 55 60 205 0.73 0.71 0 0.20 238 0.6 0.51
Hex 37 3C CD 49 47 0 14 EE 3C 33
Octal 67 74 315 111 107 0 24 356 74 63
Binary 110111 111100 11001101 1001001 1000111 0 10100 11101110 111100 110011

Color Harmonies of #373CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CCD

Black with #373CCD

Text Example


Text Example

White with #373CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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