#307AE5

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

Shades of Royal Blue #307AE5

Tints of Royal Blue #307AE5

Color information

#307AE5 (or 0x307AE5) is unknown color: approx Royal Blue. HEX triplet: 30, 7A and E5. RGB value is (48,122,229). Sum of RGB (Red+Green+Blue) = 48+122+229=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #307AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AE5 is #CF851A. Grayscale: #6F6F6F. Windows color (decimal): -13600027 or 15039024. OLE color: 15039024.

HSL color Cylindrical-coordinate representation of color #307AE5: hue angle of 215.47º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307AE5 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48122229-
CMYK0.790.4700.10
HSL215.47º77.68%54.31%-
HSV(B)215.47º79.04%89.8%-
XYZ22.3220.276.85-
YUV112.07193.9882.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 229 (89.84% from 255) = 57.39%
R=12.03%
G=30.58%
B=57.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481222290.790.4700.10215.4777.6854.31
Hex307AE54F2F0Ad74e36
Octal601723451175701232711666
Binary110000111101011100101100111110111101010110101111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307AE5; }

 p { color: rgb(48,122,229); }

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

<style>
 a { background-color: #307AE5; }

 a { background-color: rgb(48,122,229); }

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

<style>
 span { border-color: #307AE5; }

 span { border-color: rgb(48,122,229); }

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