#305aab

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

Shades of Cerulean Blue #305AAB

Tints of Cerulean Blue #305AAB

Color information

#305AAB (or 0x305AAB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5A and AB. RGB value is (48,90,171). Sum of RGB (Red+Green+Blue) = 48+90+171=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #305AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AAB is #CFA554. Grayscale: #565656. Windows color (decimal): -13608277 or 11229744. OLE color: 11229744.

HSL color Cylindrical-coordinate representation of color #305AAB: hue angle of 219.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305AAB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4890171-
CMYK0.720.4700.33
HSL219.51º56.16%42.94%-
HSV(B)219.51º71.93%67.06%-
XYZ12.2310.8839.98-
YUV86.68175.59100.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=15.53%
G=29.13%
B=55.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48901710.720.4700.33219.5156.1642.94
Hex305AAB482F021dc382b
Octal60132253110570413347053
Binary1100001011010101010111001000101111010000111011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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