#3364DC

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

Shades of Royal Blue #3364DC

Tints of Royal Blue #3364DC

Color information

#3364DC (or 0x3364DC) is unknown color: approx Royal Blue. HEX triplet: 33, 64 and DC. RGB value is (51,100,220). Sum of RGB (Red+Green+Blue) = 51+100+220=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #3364DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364DC is #CC9B23. Grayscale: #626262. Windows color (decimal): -13409060 or 14443571. OLE color: 14443571.

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

Color convert

RGB51100220-
CMYK0.770.5500.14
HSL222.6º70.71%53.14%-
HSV(B)222.6º76.82%86.27%-
XYZ18.8414.9969.61-
YUV99.03196.2793.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 59.30%
R=13.75%
G=26.95%
B=59.30%

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
Decimal511002200.770.5500.14222.670.7153.14
Hex3364DC4D370Edf4735
Octal631443341156701633710765
Binary110011110010011011100100110111011101110110111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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