#3487DD

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

Shades of Royal Blue #3487DD

Tints of Royal Blue #3487DD

Color information

#3487DD (or 0x3487DD) is unknown color: approx Royal Blue. HEX triplet: 34, 87 and DD. RGB value is (52,135,221). Sum of RGB (Red+Green+Blue) = 52+135+221=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #3487DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487DD is #CB7822. Grayscale: #777777. Windows color (decimal): -13334563 or 14518068. OLE color: 14518068.

HSL color Cylindrical-coordinate representation of color #3487DD: hue angle of 210.53º degrees, saturation: 0.71, 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 #3487DD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52135221-
CMYK0.760.3900.13
HSL210.53º71.31%53.53%-
HSV(B)210.53º76.47%86.67%-
XYZ23.1323.2871.68-
YUV119.9918579.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.75%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=12.75%
G=33.09%
B=54.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521352210.760.3900.13210.5371.3153.53
Hex3487DD4C270Dd34736
Octal642073351144701532310766
Binary1101001000011111011101100110010011101101110100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3487DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3487DD; }

 p { color: rgb(52,135,221); }

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

<style>
 a { background-color: #3487DD; }

 a { background-color: rgb(52,135,221); }

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

<style>
 span { border-color: #3487DD; }

 span { border-color: rgb(52,135,221); }

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