#3058AB

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

Shades of Cerulean Blue #3058AB

Tints of Cerulean Blue #3058AB

Color information

#3058AB (or 0x3058AB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 58 and AB. RGB value is (48,88,171). Sum of RGB (Red+Green+Blue) = 48+88+171=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3058AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3058AB is #CFA754. Grayscale: #555555. Windows color (decimal): -13608789 or 11229232. OLE color: 11229232.

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

Color convert

RGB4888171-
CMYK0.720.4900.33
HSL220.49º56.16%42.94%-
HSV(B)220.49º71.93%67.06%-
XYZ12.0610.5539.93-
YUV85.5176.25101.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=15.64%
G=28.66%
B=55.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48881710.720.4900.33220.4956.1642.94
Hex3058AB4831021dc382b
Octal60130253110610413347053
Binary1100001011000101010111001000110001010000111011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3058AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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