#3077e8

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

Shades of Royal Blue #3077E8

Tints of Royal Blue #3077E8

Color information

#3077E8 (or 0x3077E8) is unknown color: approx Royal Blue. HEX triplet: 30, 77 and E8. RGB value is (48,119,232). Sum of RGB (Red+Green+Blue) = 48+119+232=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #3077E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3077E8 is #CF8817. Grayscale: #6E6E6E. Windows color (decimal): -13600792 or 15234864. OLE color: 15234864.

HSL color Cylindrical-coordinate representation of color #3077E8: hue angle of 216.85º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3077E8 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB48119232-
CMYK0.790.4900.09
HSL216.85º80%54.9%-
HSV(B)216.85º79.31%90.98%-
XYZ22.3819.6578.96-
YUV110.65196.4883.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 232 (91.02% from 255) = 58.15%
R=12.03%
G=29.82%
B=58.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal481192320.790.4900.09216.858054.9
Hex3077E84F3109d95037
Octal601673501176101133112067
Binary110000111011111101000100111111000101001110110011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3077e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3077e8; }

 p { color: rgb(48,119,232); }

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

<style>
 a { background-color: #3077e8; }

 a { background-color: rgb(48,119,232); }

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

<style>
 span { border-color: #3077e8; }

 span { border-color: rgb(48,119,232); }

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