#305bbb

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

Shades of Cerulean Blue #305BBB

Tints of Cerulean Blue #305BBB

Color information

#305BBB (or 0x305BBB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5B and BB. RGB value is (48,91,187). Sum of RGB (Red+Green+Blue) = 48+91+187=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #305BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BBB is #CFA444. Grayscale: #585858. Windows color (decimal): -13608005 or 12278576. OLE color: 12278576.

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

Color convert

RGB4891187-
CMYK0.740.5100.27
HSL221.44º59.15%46.08%-
HSV(B)221.44º74.33%73.33%-
XYZ13.9311.748.54-
YUV89.09183.2598.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.72%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=14.72%
G=27.91%
B=57.36%

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
Decimal48911870.740.5100.27221.4459.1546.08
Hex305BBB4A3301Bdd3b2e
Octal60133273112630333357356
Binary110000101101110111011100101011001101101111011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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