#305BB6

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

Shades of Cerulean Blue #305BB6

Tints of Cerulean Blue #305BB6

Color information

#305BB6 (or 0x305BB6) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5B and B6. RGB value is (48,91,182). Sum of RGB (Red+Green+Blue) = 48+91+182=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #305BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BB6 is #CFA449. Grayscale: #585858. Windows color (decimal): -13608010 or 11950896. OLE color: 11950896.

HSL color Cylindrical-coordinate representation of color #305BB6: hue angle of 220.75º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305BB6 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4891182-
CMYK0.740.500.29
HSL220.75º58.26%45.1%-
HSV(B)220.75º73.63%71.37%-
XYZ13.411.4945.77-
YUV88.52180.7599.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 182 (71.48% from 255) = 56.70%
R=14.95%
G=28.35%
B=56.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48911820.740.500.29220.7558.2645.1
Hex305BB64A3201Ddd3a2d
Octal60133266112620353357255
Binary110000101101110110110100101011001001110111011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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