#3485DC

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

Shades of Royal Blue #3485DC

Tints of Royal Blue #3485DC

Color information

#3485DC (or 0x3485DC) is unknown color: approx Royal Blue. HEX triplet: 34, 85 and DC. RGB value is (52,133,220). Sum of RGB (Red+Green+Blue) = 52+133+220=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3485DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485DC is #CB7A23. Grayscale: #767676. Windows color (decimal): -13335076 or 14452020. OLE color: 14452020.

HSL color Cylindrical-coordinate representation of color #3485DC: hue angle of 211.07º degrees, saturation: 0.71, 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 #3485DC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52133220-
CMYK0.760.4000.14
HSL211.07º70.59%53.33%-
HSV(B)211.07º76.36%86.27%-
XYZ22.7222.6770.89-
YUV118.7185.1680.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=12.84%
G=32.84%
B=54.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521332200.760.4000.14211.0770.5953.33
Hex3485DC4C280Ed34735
Octal642053341145001632310765
Binary1101001000010111011100100110010100001110110100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3485DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,133,220); }

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

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

 a { background-color: rgb(52,133,220); }

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

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

 span { border-color: rgb(52,133,220); }

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