#3057AD

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

Shades of Cerulean Blue #3057AD

Tints of Cerulean Blue #3057AD

Color information

#3057AD (or 0x3057AD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 57 and AD. RGB value is (48,87,173). Sum of RGB (Red+Green+Blue) = 48+87+173=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #3057AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3057AD is #CFA852. Grayscale: #545454. Windows color (decimal): -13609043 or 11360048. OLE color: 11360048.

HSL color Cylindrical-coordinate representation of color #3057AD: hue angle of 221.28º 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 #3057AD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4887173-
CMYK0.720.5000.32
HSL221.28º56.56%43.33%-
HSV(B)221.28º72.25%67.84%-
XYZ12.1710.4640.91-
YUV85.14177.58101.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=15.58%
G=28.25%
B=56.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48871730.720.5000.32221.2856.5643.33
Hex3057AD4832020dd392b
Octal60127255110620403357153
Binary1100001010111101011011001000110010010000011011101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3057AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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