#315DB0

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

Shades of Cerulean Blue #315DB0

Tints of Cerulean Blue #315DB0

Color information

#315DB0 (or 0x315DB0) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5D and B0. RGB value is (49,93,176). Sum of RGB (Red+Green+Blue) = 49+93+176=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #315DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DB0 is #CEA24F. Grayscale: #585858. Windows color (decimal): -13541968 or 11558193. OLE color: 11558193.

HSL color Cylindrical-coordinate representation of color #315DB0: hue angle of 219.21º 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 #315DB0 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4993176-
CMYK0.720.4700.31
HSL219.21º56.44%44.12%-
HSV(B)219.21º72.16%69.02%-
XYZ13.0211.6242.63-
YUV89.31176.9299.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 176 (69.14% from 255) = 55.35%
R=15.41%
G=29.25%
B=55.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49931760.720.4700.31219.2156.4444.12
Hex315DB0482F01Fdb382c
Octal61135260110570373337054
Binary110001101110110110000100100010111101111111011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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