#307AE1

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

Shades of Royal Blue #307AE1

Tints of Royal Blue #307AE1

Color information

#307AE1 (or 0x307AE1) is unknown color: approx Royal Blue. HEX triplet: 30, 7A and E1. RGB value is (48,122,225). Sum of RGB (Red+Green+Blue) = 48+122+225=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #307AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AE1 is #CF851E. Grayscale: #6F6F6F. Windows color (decimal): -13600031 or 14776880. OLE color: 14776880.

HSL color Cylindrical-coordinate representation of color #307AE1: hue angle of 214.92º 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 #307AE1 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48122225-
CMYK0.790.4600.12
HSL214.92º74.68%53.53%-
HSV(B)214.92º78.67%88.24%-
XYZ21.7719.9873.94-
YUV111.62191.9882.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=12.15%
G=30.89%
B=56.96%

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
Decimal481222250.790.4600.12214.9274.6853.53
Hex307AE14F2E0Cd74b36
Octal601723411175601432711366
Binary110000111101011100001100111110111001100110101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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