#2A23B2

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

Shades of Persian Blue #2A23B2

Tints of Persian Blue #2A23B2

Color information

#2A23B2 (or 0x2A23B2) is unknown color: approx Persian Blue. HEX triplet: 2A, 23 and B2. RGB value is (42,35,178). Sum of RGB (Red+Green+Blue) = 42+35+178=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #2A23B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A23B2 is #D5DC4D. Grayscale: #343434. Windows color (decimal): -14015566 or 11674410. OLE color: 11674410.

HSL color Cylindrical-coordinate representation of color #2A23B2: hue angle of 242.94º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A23B2 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4235178-
CMYK0.760.8000.30
HSL242.94º67.14%41.76%-
HSV(B)242.94º80.34%69.8%-
XYZ9.594.9142.56-
YUV53.4198.32119.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 178 (69.92% from 255) = 69.80%
R=16.47%
G=13.73%
B=69.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42351780.760.8000.30242.9467.1441.76
Hex2A23B24C5001Ef3432a
Octal524326211412003636310352
Binary1010101000111011001010011001010000011110111100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A23B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,178); }

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

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

 a { background-color: rgb(42,35,178); }

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

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

 span { border-color: rgb(42,35,178); }

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