Html Css Color HEX #373CDD Free Speech Blue

📋 copy color: '#373CDD'

red 55 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Blue #373CDD

Tints of Free Speech Blue #373CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 16.37%
G = 17.86%
B = 65.77%

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

#373CDD (or 0x373CDD) is known color: Free Speech Blue. HEX triplet: 37, 3C and DD. RGB value is (55,60,221). Sum of RGB (Red+Green+Blue) = 55+60+221=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #373CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CDD is #C8C322. Grayscale: #4C4C4C. Windows color (decimal): -13157155 or 14498871. OLE color: 14498871.

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

Color convert

RGB 55 60 221 -
CMYK 0.75 0.73 0 0.13
HSL 238.19º 0.71% 0.54% -
HSV(B) 238.19º 0.75% 0.87% -
XYZ 16.24 9.26 69.34 -
YUV 76.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 55 60 221 0.75 0.73 0 0.13 238.19 0.71 0.54
Hex 37 3C DD 4B 49 0 D EE 47 36
Octal 67 74 335 113 111 0 15 356 107 66
Binary 110111 111100 11011101 1001011 1001001 0 1101 11101110 1000111 110110

Color Harmonies of #373CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CDD

Black with #373CDD

Text Example


Text Example

White with #373CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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