#315BAE

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

Shades of Cerulean Blue #315BAE

Tints of Cerulean Blue #315BAE

Color information

#315BAE (or 0x315BAE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5B and AE. RGB value is (49,91,174). Sum of RGB (Red+Green+Blue) = 49+91+174=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #315BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAE is #CEA451. Grayscale: #575757. Windows color (decimal): -13542482 or 11426609. OLE color: 11426609.

HSL color Cylindrical-coordinate representation of color #315BAE: hue angle of 219.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315BAE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4991174-
CMYK0.720.4800.32
HSL219.84º56.05%43.73%-
HSV(B)219.84º71.84%68.24%-
XYZ12.6511.1941.54-
YUV87.9176.59100.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=15.61%
G=28.98%
B=55.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49911740.720.4800.32219.8456.0543.73
Hex315BAE4830020dc382c
Octal61133256110600403347054
Binary1100011011011101011101001000110000010000011011100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,174); }

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

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

 a { background-color: rgb(49,91,174); }

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

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

 span { border-color: rgb(49,91,174); }

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