#3156d1

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

Shades of Cerulean Blue #3156D1

Tints of Cerulean Blue #3156D1

Color information

#3156D1 (or 0x3156D1) is unknown color: approx Cerulean Blue. HEX triplet: 31, 56 and D1. RGB value is (49,86,209). Sum of RGB (Red+Green+Blue) = 49+86+209=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #3156D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156D1 is #CEA92E. Grayscale: #585858. Windows color (decimal): -13543727 or 13719089. OLE color: 13719089.

HSL color Cylindrical-coordinate representation of color #3156D1: hue angle of 226.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3156D1 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4986209-
CMYK0.770.5900.18
HSL226.12º63.49%50.59%-
HSV(B)226.12º76.56%81.96%-
XYZ16.111.9161.77-
YUV88.96195.7499.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 60.76%
R=14.24%
G=25%
B=60.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal49862090.770.5900.18226.1263.4950.59
Hex3156D14D3B012e23f33
Octal61126321115730223427763
Binary110001101011011010001100110111101101001011100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3156d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3156d1; }

 p { color: rgb(49,86,209); }

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

<style>
 a { background-color: #3156d1; }

 a { background-color: rgb(49,86,209); }

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

<style>
 span { border-color: #3156d1; }

 span { border-color: rgb(49,86,209); }

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