#3157B4

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

Shades of Cerulean Blue #3157B4

Tints of Cerulean Blue #3157B4

Color information

#3157B4 (or 0x3157B4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 57 and B4. RGB value is (49,87,180). Sum of RGB (Red+Green+Blue) = 49+87+180=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #3157B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3157B4 is #CEA84B. Grayscale: #555555. Windows color (decimal): -13543500 or 11818801. OLE color: 11818801.

HSL color Cylindrical-coordinate representation of color #3157B4: hue angle of 222.6º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3157B4 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4987180-
CMYK0.730.5200.29
HSL222.6º57.21%44.9%-
HSV(B)222.6º72.78%70.59%-
XYZ12.9110.7644.58-
YUV86.24180.91101.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=15.51%
G=27.53%
B=56.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49871800.730.5200.29222.657.2144.9
Hex3157B4493401Ddf392d
Octal61127264111640353377155
Binary110001101011110110100100100111010001110111011111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3157B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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