#3059AD

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

Shades of Cerulean Blue #3059AD

Tints of Cerulean Blue #3059AD

Color information

#3059AD (or 0x3059AD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 59 and AD. RGB value is (48,89,173). Sum of RGB (Red+Green+Blue) = 48+89+173=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3059AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3059AD is #CFA652. Grayscale: #555555. Windows color (decimal): -13608531 or 11360560. OLE color: 11360560.

HSL color Cylindrical-coordinate representation of color #3059AD: hue angle of 220.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3059AD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4889173-
CMYK0.720.4900.32
HSL220.32º56.56%43.33%-
HSV(B)220.32º72.25%67.84%-
XYZ12.3310.7940.97-
YUV86.32176.92100.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=15.48%
G=28.71%
B=55.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48891730.720.4900.32220.3256.5643.33
Hex3059AD4831020dc392b
Octal60131255110610403347153
Binary1100001011001101011011001000110001010000011011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3059AD; }

 p { color: rgb(48,89,173); }

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

<style>
 a { background-color: #3059AD; }

 a { background-color: rgb(48,89,173); }

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

<style>
 span { border-color: #3059AD; }

 span { border-color: rgb(48,89,173); }

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