#3358E5

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

Shades of Royal Blue #3358E5

Tints of Royal Blue #3358E5

Color information

#3358E5 (or 0x3358E5) is unknown color: approx Royal Blue. HEX triplet: 33, 58 and E5. RGB value is (51,88,229). Sum of RGB (Red+Green+Blue) = 51+88+229=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #3358E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358E5 is #CCA71A. Grayscale: #5C5C5C. Windows color (decimal): -13412123 or 15030323. OLE color: 15030323.

HSL color Cylindrical-coordinate representation of color #3358E5: hue angle of 227.53º 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 #3358E5 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5188229-
CMYK0.780.6200.10
HSL227.53º77.39%54.9%-
HSV(B)227.53º77.73%89.8%-
XYZ1913.3475.7-
YUV93.01204.7498.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 229 (89.84% from 255) = 62.23%
R=13.86%
G=23.91%
B=62.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal51882290.780.6200.10227.5377.3954.9
Hex3358E54E3E0Ae44d37
Octal631303451167601234411567
Binary110011101100011100101100111011111001010111001001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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