#305AC9

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

Shades of Cerulean Blue #305AC9

Tints of Cerulean Blue #305AC9

Color information

#305AC9 (or 0x305AC9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5A and C9. RGB value is (48,90,201). Sum of RGB (Red+Green+Blue) = 48+90+201=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #305AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AC9 is #CFA536. Grayscale: #595959. Windows color (decimal): -13608247 or 13195824. OLE color: 13195824.

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

Color convert

RGB4890201-
CMYK0.760.5500.21
HSL223.53º61.45%48.82%-
HSV(B)223.53º76.12%78.82%-
XYZ15.4212.1656.79-
YUV90.1190.5997.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 201 (78.91% from 255) = 59.29%
R=14.16%
G=26.55%
B=59.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48902010.760.5500.21223.5361.4548.82
Hex305AC94C37015e03d31
Octal60132311114670253407561
Binary110000101101011001001100110011011101010111100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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