#313CAD

Color #313CAD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #313CAD

Tints of Persian Blue #313CAD

Color information

#313CAD (or 0x313CAD) is unknown color: approx Persian Blue. HEX triplet: 31, 3C and AD. RGB value is (49,60,173). Sum of RGB (Red+Green+Blue) = 49+60+173=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #313CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CAD is #CEC352. Grayscale: #454545. Windows color (decimal): -13550419 or 11353137. OLE color: 11353137.

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

Color convert

RGB4960173-
CMYK0.720.6500.32
HSL234.68º55.86%43.53%-
HSV(B)234.68º71.68%67.84%-
XYZ10.436.940.32-
YUV69.59186.36113.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=17.38%
G=21.28%
B=61.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49601730.720.6500.32234.6855.8643.53
Hex313CAD4841020eb382c
Octal61742551101010403537054
Binary1100011111001010110110010001000001010000011101011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313CAD; }

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

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

<style>
 a { background-color: #313CAD; }

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

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

<style>
 span { border-color: #313CAD; }

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

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