#3358E2

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

Shades of Royal Blue #3358E2

Tints of Royal Blue #3358E2

Color information

#3358E2 (or 0x3358E2) is unknown color: approx Royal Blue. HEX triplet: 33, 58 and E2. RGB value is (51,88,226). Sum of RGB (Red+Green+Blue) = 51+88+226=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 226 (88.67% from 255 or 61.92% from 365); Max value from RGB is 226 - color contains mainly: blue. Hex color #3358E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358E2 is #CCA71D. Grayscale: #5C5C5C. Windows color (decimal): -13412126 or 14833715. OLE color: 14833715.

HSL color Cylindrical-coordinate representation of color #3358E2: hue angle of 227.31º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3358E2 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5188226-
CMYK0.770.6100.11
HSL227.31º75.11%54.31%-
HSV(B)227.31º77.43%88.63%-
XYZ18.5813.1773.51-
YUV92.67203.2498.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 226 (88.67% from 255) = 61.92%
R=13.97%
G=24.11%
B=61.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51882260.770.6100.11227.3175.1154.31
Hex3358E24D3D0Be34b36
Octal631303421157501334311366
Binary110011101100011100010100110111110101011111000111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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