#3363DC

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

Shades of Royal Blue #3363DC

Tints of Royal Blue #3363DC

Color information

#3363DC (or 0x3363DC) is unknown color: approx Royal Blue. HEX triplet: 33, 63 and DC. RGB value is (51,99,220). Sum of RGB (Red+Green+Blue) = 51+99+220=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #3363DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363DC is #CC9C23. Grayscale: #616161. Windows color (decimal): -13409316 or 14443315. OLE color: 14443315.

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

Color convert

RGB5199220-
CMYK0.770.5500.14
HSL222.96º70.71%53.14%-
HSV(B)222.96º76.82%86.27%-
XYZ18.7514.7969.58-
YUV98.44196.694.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.78%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 220 (86.33% from 255) = 59.46%
R=13.78%
G=26.76%
B=59.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51992200.770.5500.14222.9670.7153.14
Hex3363DC4D370Edf4735
Octal631433341156701633710765
Binary110011110001111011100100110111011101110110111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3363DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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