#2A3AAB

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

Shades of Persian Blue #2A3AAB

Tints of Persian Blue #2A3AAB

Color information

#2A3AAB (or 0x2A3AAB) is unknown color: approx Persian Blue. HEX triplet: 2A, 3A and AB. RGB value is (42,58,171). Sum of RGB (Red+Green+Blue) = 42+58+171=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3AAB is #D5C554. Grayscale: #414141. Windows color (decimal): -14009685 or 11221546. OLE color: 11221546.

HSL color Cylindrical-coordinate representation of color #2A3AAB: hue angle of 232.56º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3AAB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4258171-
CMYK0.750.6600.33
HSL232.56º60.56%41.76%-
HSV(B)232.56º75.44%67.06%-
XYZ9.826.4639.26-
YUV66.1187.2110.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=15.50%
G=21.40%
B=63.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42581710.750.6600.33232.5660.5641.76
Hex2A3AAB4B42021e93d2a
Octal52722531131020413517552
Binary1010101110101010101110010111000010010000111101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,58,171); }

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

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

 a { background-color: rgb(42,58,171); }

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

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

 span { border-color: rgb(42,58,171); }

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