#3079E1

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

Shades of Royal Blue #3079E1

Tints of Royal Blue #3079E1

Color information

#3079E1 (or 0x3079E1) is unknown color: approx Royal Blue. HEX triplet: 30, 79 and E1. RGB value is (48,121,225). Sum of RGB (Red+Green+Blue) = 48+121+225=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #3079E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079E1 is #CF861E. Grayscale: #6E6E6E. Windows color (decimal): -13600287 or 14776624. OLE color: 14776624.

HSL color Cylindrical-coordinate representation of color #3079E1: hue angle of 215.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3079E1 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48121225-
CMYK0.790.4600.12
HSL215.25º74.68%53.53%-
HSV(B)215.25º78.67%88.24%-
XYZ21.6519.7473.9-
YUV111.03192.3283.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 225 (88.28% from 255) = 57.11%
R=12.18%
G=30.71%
B=57.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal481212250.790.4600.12215.2574.6853.53
Hex3079E14F2E0Cd74b36
Octal601713411175601432711366
Binary110000111100111100001100111110111001100110101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3079E1; }

 p { color: rgb(48,121,225); }

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

<style>
 a { background-color: #3079E1; }

 a { background-color: rgb(48,121,225); }

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

<style>
 span { border-color: #3079E1; }

 span { border-color: rgb(48,121,225); }

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