#3355DC

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

Shades of Royal Blue #3355DC

Tints of Royal Blue #3355DC

Color information

#3355DC (or 0x3355DC) is unknown color: approx Royal Blue. HEX triplet: 33, 55 and DC. RGB value is (51,85,220). Sum of RGB (Red+Green+Blue) = 51+85+220=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #3355DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355DC is #CCAA23. Grayscale: #595959. Windows color (decimal): -13412900 or 14439731. OLE color: 14439731.

HSL color Cylindrical-coordinate representation of color #3355DC: hue angle of 227.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3355DC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5185220-
CMYK0.770.6100.14
HSL227.93º70.71%53.14%-
HSV(B)227.93º76.82%86.27%-
XYZ17.5312.3769.17-
YUV90.22201.24100.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 220 (86.33% from 255) = 61.80%
R=14.33%
G=23.88%
B=61.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51852200.770.6100.14227.9370.7153.14
Hex3355DC4D3D0Ee44735
Octal631253341157501634410765
Binary110011101010111011100100110111110101110111001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,85,220); }

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

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

 a { background-color: rgb(51,85,220); }

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

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

 span { border-color: rgb(51,85,220); }

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