#3357DC

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

Shades of Royal Blue #3357DC

Tints of Royal Blue #3357DC

Color information

#3357DC (or 0x3357DC) is unknown color: approx Royal Blue. HEX triplet: 33, 57 and DC. RGB value is (51,87,220). Sum of RGB (Red+Green+Blue) = 51+87+220=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3357DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3357DC is #CCA823. Grayscale: #5A5A5A. Windows color (decimal): -13412388 or 14440243. OLE color: 14440243.

HSL color Cylindrical-coordinate representation of color #3357DC: hue angle of 227.22º 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 #3357DC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5187220-
CMYK0.770.6000.14
HSL227.22º70.71%53.14%-
HSV(B)227.22º76.82%86.27%-
XYZ17.6912.6969.23-
YUV91.4200.5799.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=14.25%
G=24.30%
B=61.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51872200.770.6000.14227.2270.7153.14
Hex3357DC4D3C0Ee34735
Octal631273341157401634310765
Binary110011101011111011100100110111110001110111000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3357DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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