#3358DC

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

Shades of Royal Blue #3358DC

Tints of Royal Blue #3358DC

Color information

#3358DC (or 0x3358DC) is unknown color: approx Royal Blue. HEX triplet: 33, 58 and DC. RGB value is (51,88,220). Sum of RGB (Red+Green+Blue) = 51+88+220=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3358DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358DC is #CCA723. Grayscale: #5B5B5B. Windows color (decimal): -13412132 or 14440499. OLE color: 14440499.

HSL color Cylindrical-coordinate representation of color #3358DC: hue angle of 226.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3358DC is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5188220-
CMYK0.770.600.14
HSL226.86º70.71%53.14%-
HSV(B)226.86º76.82%86.27%-
XYZ17.7712.8569.25-
YUV91.98200.2498.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=14.21%
G=24.51%
B=61.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51882200.770.600.14226.8670.7153.14
Hex3358DC4D3C0Ee34735
Octal631303341157401634310765
Binary110011101100011011100100110111110001110111000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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