#305AB4

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

Shades of Cerulean Blue #305AB4

Tints of Cerulean Blue #305AB4

Color information

#305AB4 (or 0x305AB4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5A and B4. RGB value is (48,90,180). Sum of RGB (Red+Green+Blue) = 48+90+180=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #305AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AB4 is #CFA54B. Grayscale: #575757. Windows color (decimal): -13608268 or 11819568. OLE color: 11819568.

HSL color Cylindrical-coordinate representation of color #305AB4: hue angle of 220.91º 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 #305AB4 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4890180-
CMYK0.730.5000.29
HSL220.91º57.89%44.71%-
HSV(B)220.91º73.33%70.59%-
XYZ13.1111.2444.66-
YUV87.7180.0999.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 180 (70.70% from 255) = 56.60%
R=15.09%
G=28.30%
B=56.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48901800.730.5000.29220.9157.8944.71
Hex305AB4493201Ddd3a2d
Octal60132264111620353357255
Binary110000101101010110100100100111001001110111011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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