#3070CE

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

Shades of Royal Blue #3070CE

Tints of Royal Blue #3070CE

Color information

#3070CE (or 0x3070CE) is unknown color: approx Royal Blue. HEX triplet: 30, 70 and CE. RGB value is (48,112,206). Sum of RGB (Red+Green+Blue) = 48+112+206=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #3070CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070CE is #CF8F31. Grayscale: #676767. Windows color (decimal): -13602610 or 13529136. OLE color: 13529136.

HSL color Cylindrical-coordinate representation of color #3070CE: hue angle of 215.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3070CE is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48112206-
CMYK0.770.4600.19
HSL215.7º62.2%49.8%-
HSV(B)215.7º76.7%80.78%-
XYZ18.1516.6760.65-
YUV103.58185.888.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 206 (80.86% from 255) = 56.28%
R=13.11%
G=30.60%
B=56.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481122060.770.4600.19215.762.249.8
Hex3070CE4D2E013d83e32
Octal60160316115560233307662
Binary110000111000011001110100110110111001001111011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3070CE; }

 p { color: rgb(48,112,206); }

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

<style>
 a { background-color: #3070CE; }

 a { background-color: rgb(48,112,206); }

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

<style>
 span { border-color: #3070CE; }

 span { border-color: rgb(48,112,206); }

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