#3355DE

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

Shades of Royal Blue #3355DE

Tints of Royal Blue #3355DE

Color information

#3355DE (or 0x3355DE) is unknown color: approx Royal Blue. HEX triplet: 33, 55 and DE. RGB value is (51,85,222). Sum of RGB (Red+Green+Blue) = 51+85+222=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #3355DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355DE is #CCAA21. Grayscale: #595959. Windows color (decimal): -13412898 or 14570803. OLE color: 14570803.

HSL color Cylindrical-coordinate representation of color #3355DE: hue angle of 228.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3355DE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5185222-
CMYK0.770.6200.13
HSL228.07º72.15%53.53%-
HSV(B)228.07º77.03%87.06%-
XYZ17.812.4770.58-
YUV90.45202.2499.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=14.25%
G=23.74%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51852220.770.6200.13228.0772.1553.53
Hex3355DE4D3E0De44836
Octal631253361157601534411066
Binary110011101010111011110100110111111001101111001001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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