Html Css Color HEX #373BDB Free Speech Blue

📋 copy color: '#373BDB'

red 55 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Blue #373BDB

Tints of Free Speech Blue #373BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 16.52%
G = 17.72%
B = 65.77%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#373BDB (or 0x373BDB) is known color: Free Speech Blue. HEX triplet: 37, 3B and DB. RGB value is (55,59,219). Sum of RGB (Red+Green+Blue) = 55+59+219=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #373BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BDB is #C8C424. Grayscale: #4B4B4B. Windows color (decimal): -13157413 or 14367543. OLE color: 14367543.

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

Color convert

RGB 55 59 219 -
CMYK 0.75 0.73 0 0.14
HSL 238.54º 0.69% 0.54% -
HSV(B) 238.54º 0.75% 0.86% -
XYZ 15.93 9.05 67.93 -
YUV 76.04 208.67 112.99 -
System Red Green Blue C M Y K H S L
Decimal 55 59 219 0.75 0.73 0 0.14 238.54 0.69 0.54
Hex 37 3B DB 4B 49 0 E EF 45 36
Octal 67 73 333 113 111 0 16 357 105 66
Binary 110111 111011 11011011 1001011 1001001 0 1110 11101111 1000101 110110

Color Harmonies of #373BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BDB

Black with #373BDB

Text Example


Text Example

White with #373BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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