#3157AF

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

Shades of Cerulean Blue #3157AF

Tints of Cerulean Blue #3157AF

Color information

#3157AF (or 0x3157AF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 57 and AF. RGB value is (49,87,175). Sum of RGB (Red+Green+Blue) = 49+87+175=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3157AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3157AF is #CEA850. Grayscale: #555555. Windows color (decimal): -13543505 or 11491121. OLE color: 11491121.

HSL color Cylindrical-coordinate representation of color #3157AF: hue angle of 221.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3157AF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4987175-
CMYK0.720.5000.31
HSL221.9º56.25%43.92%-
HSV(B)221.9º72%68.63%-
XYZ12.4110.5641.94-
YUV85.67178.41101.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=15.76%
G=27.97%
B=56.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49871750.720.5000.31221.956.2543.92
Hex3157AF483201Fde382c
Octal61127257110620373367054
Binary110001101011110101111100100011001001111111011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3157AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3157AF; }

 p { color: rgb(49,87,175); }

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

<style>
 a { background-color: #3157AF; }

 a { background-color: rgb(49,87,175); }

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

<style>
 span { border-color: #3157AF; }

 span { border-color: rgb(49,87,175); }

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