#315AAD

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

Shades of Cerulean Blue #315AAD

Tints of Cerulean Blue #315AAD

Color information

#315AAD (or 0x315AAD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5A and AD. RGB value is (49,90,173). Sum of RGB (Red+Green+Blue) = 49+90+173=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #315AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AAD is #CEA552. Grayscale: #565656. Windows color (decimal): -13542739 or 11360817. OLE color: 11360817.

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

Color convert

RGB4990173-
CMYK0.720.4800.32
HSL220.16º55.86%43.53%-
HSV(B)220.16º71.68%67.84%-
XYZ12.4710.9841-
YUV87.2176.42100.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=15.71%
G=28.85%
B=55.45%

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
Decimal49901730.720.4800.32220.1655.8643.53
Hex315AAD4830020dc382c
Octal61132255110600403347054
Binary1100011011010101011011001000110000010000011011100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,173); }

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

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

 a { background-color: rgb(49,90,173); }

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

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

 span { border-color: rgb(49,90,173); }

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