#3586DF

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

Shades of Royal Blue #3586DF

Tints of Royal Blue #3586DF

Color information

#3586DF (or 0x3586DF) is unknown color: approx Royal Blue. HEX triplet: 35, 86 and DF. RGB value is (53,134,223). Sum of RGB (Red+Green+Blue) = 53+134+223=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #3586DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586DF is #CA7920. Grayscale: #777777. Windows color (decimal): -13269281 or 14648885. OLE color: 14648885.

HSL color Cylindrical-coordinate representation of color #3586DF: hue angle of 211.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3586DF is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53134223-
CMYK0.760.4000.13
HSL211.41º72.65%54.12%-
HSV(B)211.41º76.23%87.45%-
XYZ23.3123.1373.05-
YUV119.93186.1680.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=12.93%
G=32.68%
B=54.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531342230.760.4000.13211.4172.6554.12
Hex3586DF4C280Dd34936
Octal652063371145001532311166
Binary1101011000011011011111100110010100001101110100111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3586DF; }

 p { color: rgb(53,134,223); }

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

<style>
 a { background-color: #3586DF; }

 a { background-color: rgb(53,134,223); }

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

<style>
 span { border-color: #3586DF; }

 span { border-color: rgb(53,134,223); }

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