Html Css Color HEX #373FDB Free Speech Blue

📋 copy color: '#373FDB'

red 55 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #373FDB

Tints of Free Speech Blue #373FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 16.32%
G = 18.69%
B = 64.99%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#373FDB (or 0x373FDB) is known color: Free Speech Blue. HEX triplet: 37, 3F and DB. RGB value is (55,63,219). Sum of RGB (Red+Green+Blue) = 55+63+219=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #373FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FDB is #C8C024. Grayscale: #4D4D4D. Windows color (decimal): -13156389 or 14368567. OLE color: 14368567.

HSL color Cylindrical-coordinate representation of color #373FDB: hue angle of 237.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373FDB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 63 219 -
CMYK 0.75 0.71 0 0.14
HSL 237.07º 0.69% 0.54% -
HSV(B) 237.07º 0.75% 0.86% -
XYZ 16.14 9.48 68 -
YUV 78.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 55 63 219 0.75 0.71 0 0.14 237.07 0.69 0.54
Hex 37 3F DB 4B 47 0 E ED 45 36
Octal 67 77 333 113 107 0 16 355 105 66
Binary 110111 111111 11011011 1001011 1000111 0 1110 11101101 1000101 110110

Color Harmonies of #373FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FDB

Black with #373FDB

Text Example


Text Example

White with #373FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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