#2A2DAB

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

Shades of Persian Blue #2A2DAB

Tints of Persian Blue #2A2DAB

Color information

#2A2DAB (or 0x2A2DAB) is unknown color: approx Persian Blue. HEX triplet: 2A, 2D and AB. RGB value is (42,45,171). Sum of RGB (Red+Green+Blue) = 42+45+171=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A2DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2DAB is #D5D254. Grayscale: #393939. Windows color (decimal): -14013013 or 11218218. OLE color: 11218218.

HSL color Cylindrical-coordinate representation of color #2A2DAB: hue angle of 238.6º 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 #2A2DAB is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4245171-
CMYK0.750.7400.33
HSL238.6º60.56%41.76%-
HSV(B)238.6º75.44%67.06%-
XYZ9.245.3139.07-
YUV58.47191.51116.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 171 (67.19% from 255) = 66.28%
R=16.28%
G=17.44%
B=66.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42451710.750.7400.33238.660.5641.76
Hex2A2DAB4B4A021ef3d2a
Octal52552531131120413577552
Binary1010101011011010101110010111001010010000111101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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