Html Css Color HEX #373EDD Free Speech Blue

📋 copy color: '#373EDD'

red 55 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #373EDD

Tints of Free Speech Blue #373EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 16.27%
G = 18.34%
B = 65.38%

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

#373EDD (or 0x373EDD) is known color: Free Speech Blue. HEX triplet: 37, 3E and DD. RGB value is (55,62,221). Sum of RGB (Red+Green+Blue) = 55+62+221=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #373EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EDD is #C8C122. Grayscale: #4D4D4D. Windows color (decimal): -13156643 or 14499383. OLE color: 14499383.

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

Color convert

RGB 55 62 221 -
CMYK 0.75 0.72 0 0.13
HSL 237.47º 0.71% 0.54% -
HSV(B) 237.47º 0.75% 0.87% -
XYZ 16.35 9.48 69.37 -
YUV 78.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 55 62 221 0.75 0.72 0 0.13 237.47 0.71 0.54
Hex 37 3E DD 4B 48 0 D ED 47 36
Octal 67 76 335 113 110 0 15 355 107 66
Binary 110111 111110 11011101 1001011 1001000 0 1101 11101101 1000111 110110

Color Harmonies of #373EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EDD

Black with #373EDD

Text Example


Text Example

White with #373EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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