Html Css Color HEX #373DDD Free Speech Blue

📋 copy color: '#373DDD'

red 55 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Blue #373DDD

Tints of Free Speech Blue #373DDD

RGB

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

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

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

R = 16.32%
G = 18.1%
B = 65.58%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#373DDD (or 0x373DDD) is known color: Free Speech Blue. HEX triplet: 37, 3D and DD. RGB value is (55,61,221). Sum of RGB (Red+Green+Blue) = 55+61+221=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #373DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DDD is #C8C222. Grayscale: #4C4C4C. Windows color (decimal): -13156899 or 14499127. OLE color: 14499127.

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

Color convert

RGB 55 61 221 -
CMYK 0.75 0.72 0 0.13
HSL 237.83º 0.71% 0.54% -
HSV(B) 237.83º 0.75% 0.87% -
XYZ 16.3 9.37 69.36 -
YUV 77.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 55 61 221 0.75 0.72 0 0.13 237.83 0.71 0.54
Hex 37 3D DD 4B 48 0 D EE 47 36
Octal 67 75 335 113 110 0 15 356 107 66
Binary 110111 111101 11011101 1001011 1001000 0 1101 11101110 1000111 110110

Color Harmonies of #373DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DDD

Black with #373DDD

Text Example


Text Example

White with #373DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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