#3159B4

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

Shades of Cerulean Blue #3159B4

Tints of Cerulean Blue #3159B4

Color information

#3159B4 (or 0x3159B4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 59 and B4. RGB value is (49,89,180). Sum of RGB (Red+Green+Blue) = 49+89+180=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #3159B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3159B4 is #CEA64B. Grayscale: #575757. Windows color (decimal): -13542988 or 11819313. OLE color: 11819313.

HSL color Cylindrical-coordinate representation of color #3159B4: hue angle of 221.68º 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 #3159B4 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4989180-
CMYK0.730.5100.29
HSL221.68º57.21%44.9%-
HSV(B)221.68º72.78%70.59%-
XYZ13.0811.0944.63-
YUV87.41180.25100.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 180 (70.70% from 255) = 56.60%
R=15.41%
G=27.99%
B=56.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49891800.730.5100.29221.6857.2144.9
Hex3159B4493301Dde392d
Octal61131264111630353367155
Binary110001101100110110100100100111001101110111011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3159B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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