Html Css Color HEX #3537DB Free Speech Blue

📋 copy color: '#3537DB'

red 53 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Blue #3537DB

Tints of Free Speech Blue #3537DB

RGB

 RED value IS 53 (21.09% from 255) = 16.21%

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 16.21%
G = 16.82%
B = 66.97%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3537DB (or 0x3537DB) is known color: Free Speech Blue. HEX triplet: 35, 37 and DB. RGB value is (53,55,219). Sum of RGB (Red+Green+Blue) = 53+55+219=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #3537DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3537DB is #CAC824. Grayscale: #484848. Windows color (decimal): -13289509 or 14366517. OLE color: 14366517.

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

Color convert

RGB 53 55 219 -
CMYK 0.76 0.75 0 0.14
HSL 239.28º 0.7% 0.53% -
HSV(B) 239.28º 0.76% 0.86% -
XYZ 15.62 8.6 67.86 -
YUV 73.1 210.34 113.66 -
System Red Green Blue C M Y K H S L
Decimal 53 55 219 0.76 0.75 0 0.14 239.28 0.7 0.53
Hex 35 37 DB 4C 4B 0 E EF 46 35
Octal 65 67 333 114 113 0 16 357 106 65
Binary 110101 110111 11011011 1001100 1001011 0 1110 11101111 1000110 110101

Color Harmonies of #3537DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3537DB

Black with #3537DB

Text Example


Text Example

White with #3537DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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