#3556E7

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

Shades of Royal Blue #3556E7

Tints of Royal Blue #3556E7

Color information

#3556E7 (or 0x3556E7) is unknown color: approx Royal Blue. HEX triplet: 35, 56 and E7. RGB value is (53,86,231). Sum of RGB (Red+Green+Blue) = 53+86+231=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 231 (90.62% from 255 or 62.43% from 370); Max value from RGB is 231 - color contains mainly: blue. Hex color #3556E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3556E7 is #CAA918. Grayscale: #5C5C5C. Windows color (decimal): -13281561 or 15160885. OLE color: 15160885.

HSL color Cylindrical-coordinate representation of color #3556E7: hue angle of 228.88º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3556E7 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5386231-
CMYK0.770.6300.09
HSL228.88º78.76%55.69%-
HSV(B)228.88º77.06%90.59%-
XYZ19.2213.1877.13-
YUV92.66206.0799.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 231 (90.62% from 255) = 62.43%
R=14.32%
G=23.24%
B=62.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53862310.770.6300.09228.8878.7655.69
Hex3556E74D3F09e54f38
Octal651263471157701134511770
Binary110101101011011100111100110111111101001111001011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3556E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3556E7; }

 p { color: rgb(53,86,231); }

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

<style>
 a { background-color: #3556E7; }

 a { background-color: rgb(53,86,231); }

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

<style>
 span { border-color: #3556E7; }

 span { border-color: rgb(53,86,231); }

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