Html Css Color HEX #3835DB Free Speech Blue

📋 copy color: '#3835DB'

red 56 ◦ green 53 ◦ blue 219

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

Shades of Free Speech Blue #3835DB

Tints of Free Speech Blue #3835DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 17.07%
G = 16.16%
B = 66.77%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3835DB (or 0x3835DB) is known color: Free Speech Blue. HEX triplet: 38, 35 and DB. RGB value is (56,53,219). Sum of RGB (Red+Green+Blue) = 56+53+219=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #3835DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835DB is #C7CA24. Grayscale: #484848. Windows color (decimal): -13093413 or 14366008. OLE color: 14366008.

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

Color convert

RGB 56 53 219 -
CMYK 0.74 0.76 0 0.14
HSL 241.08º 0.7% 0.53% -
HSV(B) 241.08º 0.76% 0.86% -
XYZ 15.69 8.5 67.83 -
YUV 72.82 210.49 116 -
System Red Green Blue C M Y K H S L
Decimal 56 53 219 0.74 0.76 0 0.14 241.08 0.7 0.53
Hex 38 35 DB 4A 4C 0 E F1 46 35
Octal 70 65 333 112 114 0 16 361 106 65
Binary 111000 110101 11011011 1001010 1001100 0 1110 11110001 1000110 110101

Color Harmonies of #3835DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3835DB

Black with #3835DB

Text Example


Text Example

White with #3835DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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