#312EAC

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

Shades of Persian Blue #312EAC

Tints of Persian Blue #312EAC

Color information

#312EAC (or 0x312EAC) is unknown color: approx Persian Blue. HEX triplet: 31, 2E and AC. RGB value is (49,46,172). Sum of RGB (Red+Green+Blue) = 49+46+172=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #312EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312EAC is #CED153. Grayscale: #3C3C3C. Windows color (decimal): -13554004 or 11284017. OLE color: 11284017.

HSL color Cylindrical-coordinate representation of color #312EAC: hue angle of 241.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312EAC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4946172-
CMYK0.720.7300.33
HSL241.43º57.8%42.75%-
HSV(B)241.43º73.26%67.45%-
XYZ9.695.5939.6-
YUV61.26190.49119.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 172 (67.58% from 255) = 64.42%
R=18.35%
G=17.23%
B=64.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49461720.720.7300.33241.4357.842.75
Hex312EAC4849021f13a2b
Octal61562541101110413617253
Binary1100011011101010110010010001001001010000111110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312EAC; }

 p { color: rgb(49,46,172); }

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

<style>
 a { background-color: #312EAC; }

 a { background-color: rgb(49,46,172); }

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

<style>
 span { border-color: #312EAC; }

 span { border-color: rgb(49,46,172); }

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