#306AE3

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

Shades of Royal Blue #306AE3

Tints of Royal Blue #306AE3

Color information

#306AE3 (or 0x306AE3) is unknown color: approx Royal Blue. HEX triplet: 30, 6A and E3. RGB value is (48,106,227). Sum of RGB (Red+Green+Blue) = 48+106+227=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 227 (89.06% from 255 or 59.58% from 381); Max value from RGB is 227 - color contains mainly: blue. Hex color #306AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AE3 is #CF951C. Grayscale: #656565. Windows color (decimal): -13604125 or 14903856. OLE color: 14903856.

HSL color Cylindrical-coordinate representation of color #306AE3: hue angle of 220.56º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306AE3 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB48106227-
CMYK0.790.5300.11
HSL220.56º76.17%53.92%-
HSV(B)220.56º78.85%89.02%-
XYZ20.2416.4874.79-
YUV102.45198.2889.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 227 (89.06% from 255) = 59.58%
R=12.60%
G=27.82%
B=59.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal481062270.790.5300.11220.5676.1753.92
Hex306AE34F350Bdd4c36
Octal601523431176501333511466
Binary110000110101011100011100111111010101011110111011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306AE3; }

 p { color: rgb(48,106,227); }

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

<style>
 a { background-color: #306AE3; }

 a { background-color: rgb(48,106,227); }

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

<style>
 span { border-color: #306AE3; }

 span { border-color: rgb(48,106,227); }

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