Html Css Color HEX #3550DB Free Speech Blue

📋 copy color: '#3550DB'

red 53 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Blue #3550DB

Tints of Free Speech Blue #3550DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 15.06%
G = 22.73%
B = 62.22%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3550DB (or 0x3550DB) is known color: Free Speech Blue. HEX triplet: 35, 50 and DB. RGB value is (53,80,219). Sum of RGB (Red+Green+Blue) = 53+80+219=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #3550DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550DB is #CAAF24. Grayscale: #575757. Windows color (decimal): -13283109 or 14372917. OLE color: 14372917.

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

Color convert

RGB 53 80 219 -
CMYK 0.76 0.63 0 0.14
HSL 230.24º 0.7% 0.53% -
HSV(B) 230.24º 0.76% 0.86% -
XYZ 17.12 11.61 68.36 -
YUV 87.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 53 80 219 0.76 0.63 0 0.14 230.24 0.7 0.53
Hex 35 50 DB 4C 3F 0 E E6 46 35
Octal 65 120 333 114 77 0 16 346 106 65
Binary 110101 1010000 11011011 1001100 111111 0 1110 11100110 1000110 110101

Color Harmonies of #3550DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3550DB

Black with #3550DB

Text Example


Text Example

White with #3550DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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