#3365DC

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

Shades of Royal Blue #3365DC

Tints of Royal Blue #3365DC

Color information

#3365DC (or 0x3365DC) is unknown color: approx Royal Blue. HEX triplet: 33, 65 and DC. RGB value is (51,101,220). Sum of RGB (Red+Green+Blue) = 51+101+220=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #3365DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365DC is #CC9A23. Grayscale: #636363. Windows color (decimal): -13408804 or 14443827. OLE color: 14443827.

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

Color convert

RGB51101220-
CMYK0.770.5400.14
HSL222.25º70.71%53.14%-
HSV(B)222.25º76.82%86.27%-
XYZ18.9415.1869.64-
YUV99.62195.9493.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.71%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 220 (86.33% from 255) = 59.14%
R=13.71%
G=27.15%
B=59.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511012200.770.5400.14222.2570.7153.14
Hex3365DC4D360Ede4735
Octal631453341156601633610765
Binary110011110010111011100100110111011001110110111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3365DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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