#3355E5

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

Shades of Royal Blue #3355E5

Tints of Royal Blue #3355E5

Color information

#3355E5 (or 0x3355E5) is unknown color: approx Royal Blue. HEX triplet: 33, 55 and E5. RGB value is (51,85,229). Sum of RGB (Red+Green+Blue) = 51+85+229=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #3355E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355E5 is #CCAA1A. Grayscale: #5A5A5A. Windows color (decimal): -13412891 or 15029555. OLE color: 15029555.

HSL color Cylindrical-coordinate representation of color #3355E5: hue angle of 228.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3355E5 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5185229-
CMYK0.780.6300.10
HSL228.54º77.39%54.9%-
HSV(B)228.54º77.73%89.8%-
XYZ18.7612.8675.62-
YUV91.25205.7499.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 229 (89.84% from 255) = 62.74%
R=13.97%
G=23.29%
B=62.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal51852290.780.6300.10228.5477.3954.9
Hex3355E54E3F0Ae54d37
Octal631253451167701234511567
Binary110011101010111100101100111011111101010111001011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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