#3B70E0

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

Shades of Royal Blue #3B70E0

Tints of Royal Blue #3B70E0

Color information

#3B70E0 (or 0x3B70E0) is unknown color: approx Royal Blue. HEX triplet: 3B, 70 and E0. RGB value is (59,112,224). Sum of RGB (Red+Green+Blue) = 59+112+224=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B70E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70E0 is #C48F1F. Grayscale: #6C6C6C. Windows color (decimal): -12881696 or 14708795. OLE color: 14708795.

HSL color Cylindrical-coordinate representation of color #3B70E0: hue angle of 220.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B70E0 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59112224-
CMYK0.740.5000.12
HSL220.73º72.69%55.49%-
HSV(B)220.73º73.66%87.84%-
XYZ21.0517.972.87-
YUV108.92192.9492.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 224 (87.89% from 255) = 56.71%
R=14.94%
G=28.35%
B=56.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591122240.740.5000.12220.7372.6955.49
Hex3B70E04A320Cdd4937
Octal731603401126201433511167
Binary111011111000011100000100101011001001100110111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B70E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B70E0; }

 p { color: rgb(59,112,224); }

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

<style>
 a { background-color: #3B70E0; }

 a { background-color: rgb(59,112,224); }

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

<style>
 span { border-color: #3B70E0; }

 span { border-color: rgb(59,112,224); }

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