#3355EE

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

Shades of Royal Blue #3355EE

Tints of Royal Blue #3355EE

Color information

#3355EE (or 0x3355EE) is unknown color: approx Royal Blue. HEX triplet: 33, 55 and EE. RGB value is (51,85,238). Sum of RGB (Red+Green+Blue) = 51+85+238=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #3355EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3355EE is #CCAA11. Grayscale: #5B5B5B. Windows color (decimal): -13412882 or 15619379. OLE color: 15619379.

HSL color Cylindrical-coordinate representation of color #3355EE: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3355EE is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5185238-
CMYK0.790.6400.07
HSL229.09º84.62%56.67%-
HSV(B)229.09º78.57%93.33%-
XYZ20.0513.3782.41-
YUV92.28210.2498.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 238 (93.36% from 255) = 63.64%
R=13.64%
G=22.73%
B=63.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51852380.790.6400.07229.0984.6256.67
Hex3355EE4F4007e55539
Octal631253561171000734512571
Binary110011101010111101110100111110000000111111001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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