#3054AB

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

Shades of Cerulean Blue #3054AB

Tints of Cerulean Blue #3054AB

Color information

#3054AB (or 0x3054AB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 54 and AB. RGB value is (48,84,171). Sum of RGB (Red+Green+Blue) = 48+84+171=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #3054AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3054AB is #CFAB54. Grayscale: #525252. Windows color (decimal): -13609813 or 11228208. OLE color: 11228208.

HSL color Cylindrical-coordinate representation of color #3054AB: hue angle of 222.44º 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 #3054AB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4884171-
CMYK0.720.5100.33
HSL222.44º56.16%42.94%-
HSV(B)222.44º71.93%67.06%-
XYZ11.749.9139.82-
YUV83.15177.57102.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=15.84%
G=27.72%
B=56.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48841710.720.5100.33222.4456.1642.94
Hex3054AB4833021de382b
Octal60124253110630413367053
Binary1100001010100101010111001000110011010000111011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3054AB; }

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

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

<style>
 a { background-color: #3054AB; }

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

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

<style>
 span { border-color: #3054AB; }

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

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