#315DB9

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

Shades of Cerulean Blue #315DB9

Tints of Cerulean Blue #315DB9

Color information

#315DB9 (or 0x315DB9) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5D and B9. RGB value is (49,93,185). Sum of RGB (Red+Green+Blue) = 49+93+185=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #315DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DB9 is #CEA246. Grayscale: #595959. Windows color (decimal): -13541959 or 12148017. OLE color: 12148017.

HSL color Cylindrical-coordinate representation of color #315DB9: hue angle of 220.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DB9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4993185-
CMYK0.740.5000.27
HSL220.59º58.12%45.88%-
HSV(B)220.59º73.51%72.55%-
XYZ13.9411.9847.48-
YUV90.33181.4298.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 185 (72.66% from 255) = 56.57%
R=14.98%
G=28.44%
B=56.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49931850.740.5000.27220.5958.1245.88
Hex315DB94A3201Bdd3a2e
Octal61135271112620333357256
Binary110001101110110111001100101011001001101111011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315DB9; }

 p { color: rgb(49,93,185); }

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

<style>
 a { background-color: #315DB9; }

 a { background-color: rgb(49,93,185); }

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

<style>
 span { border-color: #315DB9; }

 span { border-color: rgb(49,93,185); }

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