Html Css Color HEX #373FDD Free Speech Blue

📋 copy color: '#373FDD'

red 55 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Blue #373FDD

Tints of Free Speech Blue #373FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

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

R = 16.22%
G = 18.58%
B = 65.19%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#373FDD (or 0x373FDD) is known color: Free Speech Blue. HEX triplet: 37, 3F and DD. RGB value is (55,63,221). Sum of RGB (Red+Green+Blue) = 55+63+221=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #373FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FDD is #C8C022. Grayscale: #4D4D4D. Windows color (decimal): -13156387 or 14499639. OLE color: 14499639.

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

Color convert

RGB 55 63 221 -
CMYK 0.75 0.71 0 0.13
HSL 237.11º 0.71% 0.54% -
HSV(B) 237.11º 0.75% 0.87% -
XYZ 16.4 9.59 69.39 -
YUV 78.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 55 63 221 0.75 0.71 0 0.13 237.11 0.71 0.54
Hex 37 3F DD 4B 47 0 D ED 47 36
Octal 67 77 335 113 107 0 15 355 107 66
Binary 110111 111111 11011101 1001011 1000111 0 1101 11101101 1000111 110110

Color Harmonies of #373FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FDD

Black with #373FDD

Text Example


Text Example

White with #373FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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