#305BB9

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

Shades of Cerulean Blue #305BB9

Tints of Cerulean Blue #305BB9

Color information

#305BB9 (or 0x305BB9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5B and B9. RGB value is (48,91,185). Sum of RGB (Red+Green+Blue) = 48+91+185=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #305BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BB9 is #CFA446. Grayscale: #585858. Windows color (decimal): -13608007 or 12147504. OLE color: 12147504.

HSL color Cylindrical-coordinate representation of color #305BB9: hue angle of 221.17º 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 #305BB9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4891185-
CMYK0.740.5100.27
HSL221.17º58.8%45.69%-
HSV(B)221.17º74.05%72.55%-
XYZ13.7211.6147.42-
YUV88.86182.2598.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=14.81%
G=28.09%
B=57.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48911850.740.5100.27221.1758.845.69
Hex305BB94A3301Bdd3b2e
Octal60133271112630333357356
Binary110000101101110111001100101011001101101111011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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