#305BB4

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

Shades of Cerulean Blue #305BB4

Tints of Cerulean Blue #305BB4

Color information

#305BB4 (or 0x305BB4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5B and B4. RGB value is (48,91,180). Sum of RGB (Red+Green+Blue) = 48+91+180=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #305BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BB4 is #CFA44B. Grayscale: #575757. Windows color (decimal): -13608012 or 11819824. OLE color: 11819824.

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

Color convert

RGB4891180-
CMYK0.730.4900.29
HSL220.45º57.89%44.71%-
HSV(B)220.45º73.33%70.59%-
XYZ13.211.4144.69-
YUV88.29179.7599.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=15.05%
G=28.53%
B=56.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48911800.730.4900.29220.4557.8944.71
Hex305BB4493101Ddc3a2d
Octal60133264111610353347255
Binary110000101101110110100100100111000101110111011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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