Html Css Color HEX #3831DB Free Speech Blue

📋 copy color: '#3831DB'

red 56 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Blue #3831DB

Tints of Free Speech Blue #3831DB

RGB

 RED value IS 56 (22.27% from 255) = 17.28%

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 17.28%
G = 15.12%
B = 67.59%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3831DB (or 0x3831DB) is known color: Free Speech Blue. HEX triplet: 38, 31 and DB. RGB value is (56,49,219). Sum of RGB (Red+Green+Blue) = 56+49+219=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #3831DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831DB is #C7CE24. Grayscale: #454545. Windows color (decimal): -13094437 or 14364984. OLE color: 14364984.

HSL color Cylindrical-coordinate representation of color #3831DB: hue angle of 242.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3831DB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 49 219 -
CMYK 0.74 0.78 0 0.14
HSL 242.47º 0.7% 0.53% -
HSV(B) 242.47º 0.78% 0.86% -
XYZ 15.52 8.15 67.77 -
YUV 70.47 211.82 117.68 -
System Red Green Blue C M Y K H S L
Decimal 56 49 219 0.74 0.78 0 0.14 242.47 0.7 0.53
Hex 38 31 DB 4A 4E 0 E F2 46 35
Octal 70 61 333 112 116 0 16 362 106 65
Binary 111000 110001 11011011 1001010 1001110 0 1110 11110010 1000110 110101

Color Harmonies of #3831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831DB

Black with #3831DB

Text Example


Text Example

White with #3831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,49,219); }

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

background-color css

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

 a { background-color: rgb(56,49,219); }

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

border-color css

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

 span { border-color: rgb(56,49,219); }

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