#3580DC

Color #3580DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3580DC

Tints of Royal Blue #3580DC

Color information

#3580DC (or 0x3580DC) is unknown color: approx Royal Blue. HEX triplet: 35, 80 and DC. RGB value is (53,128,220). Sum of RGB (Red+Green+Blue) = 53+128+220=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #3580DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580DC is #CA7F23. Grayscale: #737373. Windows color (decimal): -13270820 or 14450741. OLE color: 14450741.

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

Color convert

RGB53128220-
CMYK0.760.4200.14
HSL213.05º70.46%53.53%-
HSV(B)213.05º75.91%86.27%-
XYZ22.1121.3670.67-
YUV116.06186.6583.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=13.22%
G=31.92%
B=54.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531282200.760.4200.14213.0570.4653.53
Hex3580DC4C2A0Ed54636
Octal652003341145201632510666
Binary1101011000000011011100100110010101001110110101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3580DC; }

 p { color: rgb(53,128,220); }

 H1.HeaderClassName
 {
   color: #3580DC;
 }
 .AnyTagClassName
 {
   color: #3580DC;
 }
</style>
background-color css

<style>
 a { background-color: #3580DC; }

 a { background-color: rgb(53,128,220); }

 div.DivClassName
 {
   background-color: #3580DC;
 }
 .BgClassName
 {
   background-color: #3580DC;
 }
</style>
border-color css

<style>
 span { border-color: #3580DC; }

 span { border-color: rgb(53,128,220); }

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