#305AE6

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

Shades of Royal Blue #305AE6

Tints of Royal Blue #305AE6

Color information

#305AE6 (or 0x305AE6) is unknown color: approx Royal Blue. HEX triplet: 30, 5A and E6. RGB value is (48,90,230). Sum of RGB (Red+Green+Blue) = 48+90+230=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #305AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AE6 is #CFA519. Grayscale: #5C5C5C. Windows color (decimal): -13608218 or 15096368. OLE color: 15096368.

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

Color convert

RGB4890230-
CMYK0.790.6100.10
HSL226.15º78.45%54.51%-
HSV(B)226.15º79.13%90.2%-
XYZ19.1613.6576.49-
YUV93.4205.0995.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.04%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=13.04%
G=24.46%
B=62.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48902300.790.6100.10226.1578.4554.51
Hex305AE64F3D0Ae24e37
Octal601323461177501234211667
Binary110000101101011100110100111111110101010111000101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305AE6; }

 p { color: rgb(48,90,230); }

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

<style>
 a { background-color: #305AE6; }

 a { background-color: rgb(48,90,230); }

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

<style>
 span { border-color: #305AE6; }

 span { border-color: rgb(48,90,230); }

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