Html Css Color HEX #3742DB Free Speech Blue

📋 copy color: '#3742DB'

red 55 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Blue #3742DB

Tints of Free Speech Blue #3742DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 16.18%
G = 19.41%
B = 64.41%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3742DB (or 0x3742DB) is known color: Free Speech Blue. HEX triplet: 37, 42 and DB. RGB value is (55,66,219). Sum of RGB (Red+Green+Blue) = 55+66+219=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #3742DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742DB is #C8BD24. Grayscale: #4F4F4F. Windows color (decimal): -13155621 or 14369335. OLE color: 14369335.

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

Color convert

RGB 55 66 219 -
CMYK 0.75 0.70 0 0.14
HSL 235.98º 0.69% 0.54% -
HSV(B) 235.98º 0.75% 0.86% -
XYZ 16.31 9.82 68.05 -
YUV 80.15 206.36 110.06 -
System Red Green Blue C M Y K H S L
Decimal 55 66 219 0.75 0.70 0 0.14 235.98 0.69 0.54
Hex 37 42 DB 4B 46 0 E EC 45 36
Octal 67 102 333 113 106 0 16 354 105 66
Binary 110111 1000010 11011011 1001011 1000110 0 1110 11101100 1000101 110110

Color Harmonies of #3742DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742DB

Black with #3742DB

Text Example


Text Example

White with #3742DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3742DB; }

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

 H1.HeaderClassName
 {
   color: #3742DB;
 }
 .AnyTagClassName
 {
   color: #3742DB;
 }
</style>

background-color css

<style>
 a { background-color: #3742DB; }

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

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

border-color css

<style>
 span { border-color: #3742DB; }

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

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