#305CB9

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

Shades of Cerulean Blue #305CB9

Tints of Cerulean Blue #305CB9

Color information

#305CB9 (or 0x305CB9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5C and B9. RGB value is (48,92,185). Sum of RGB (Red+Green+Blue) = 48+92+185=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #305CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CB9 is #CFA346. Grayscale: #595959. Windows color (decimal): -13607751 or 12147760. OLE color: 12147760.

HSL color Cylindrical-coordinate representation of color #305CB9: hue angle of 220.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305CB9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4892185-
CMYK0.740.5000.27
HSL220.73º58.8%45.69%-
HSV(B)220.73º74.05%72.55%-
XYZ13.811.7947.45-
YUV89.45181.9298.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 185 (72.66% from 255) = 56.92%
R=14.77%
G=28.31%
B=56.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48921850.740.5000.27220.7358.845.69
Hex305CB94A3201Bdd3b2e
Octal60134271112620333357356
Binary110000101110010111001100101011001001101111011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,185); }

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

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

 a { background-color: rgb(48,92,185); }

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

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

 span { border-color: rgb(48,92,185); }

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