#313CAA

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

Shades of Persian Blue #313CAA

Tints of Persian Blue #313CAA

Color information

#313CAA (or 0x313CAA) is unknown color: approx Persian Blue. HEX triplet: 31, 3C and AA. RGB value is (49,60,170). Sum of RGB (Red+Green+Blue) = 49+60+170=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #313CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CAA is #CEC355. Grayscale: #444444. Windows color (decimal): -13550422 or 11156529. OLE color: 11156529.

HSL color Cylindrical-coordinate representation of color #313CAA: hue angle of 234.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313CAA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4960170-
CMYK0.710.6500.33
HSL234.55º55.25%42.94%-
HSV(B)234.55º71.18%66.67%-
XYZ10.146.7938.81-
YUV69.25184.86113.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=17.56%
G=21.51%
B=60.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49601700.710.6500.33234.5555.2542.94
Hex313CAA4741021eb372b
Octal61742521071010413536753
Binary1100011111001010101010001111000001010000111101011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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