#2A31BA

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

Shades of Persian Blue #2A31BA

Tints of Persian Blue #2A31BA

Color information

#2A31BA (or 0x2A31BA) is unknown color: approx Persian Blue. HEX triplet: 2A, 31 and BA. RGB value is (42,49,186). Sum of RGB (Red+Green+Blue) = 42+49+186=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A31BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A31BA is #D5CE45. Grayscale: #3D3D3D. Windows color (decimal): -14011974 or 12202282. OLE color: 12202282.

HSL color Cylindrical-coordinate representation of color #2A31BA: hue angle of 237.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A31BA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4249186-
CMYK0.770.7400.27
HSL237.08º63.16%44.71%-
HSV(B)237.08º77.42%72.94%-
XYZ10.926.2347.08-
YUV62.52197.68113.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=15.16%
G=17.69%
B=67.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42491860.770.7400.27237.0863.1644.71
Hex2A31BA4D4A01Bed3f2d
Octal52612721151120333557755
Binary101010110001101110101001101100101001101111101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A31BA; }

 p { color: rgb(42,49,186); }

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

<style>
 a { background-color: #2A31BA; }

 a { background-color: rgb(42,49,186); }

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

<style>
 span { border-color: #2A31BA; }

 span { border-color: rgb(42,49,186); }

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