#2A33AE

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

Shades of Persian Blue #2A33AE

Tints of Persian Blue #2A33AE

Color information

#2A33AE (or 0x2A33AE) is unknown color: approx Persian Blue. HEX triplet: 2A, 33 and AE. RGB value is (42,51,174). Sum of RGB (Red+Green+Blue) = 42+51+174=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A33AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A33AE is #D5CC51. Grayscale: #3D3D3D. Windows color (decimal): -14011474 or 11416362. OLE color: 11416362.

HSL color Cylindrical-coordinate representation of color #2A33AE: hue angle of 235.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A33AE is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4251174-
CMYK0.760.7100.32
HSL235.91º61.11%42.35%-
HSV(B)235.91º75.86%68.24%-
XYZ9.785.9240.67-
YUV62.33191.02113.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=15.73%
G=19.10%
B=65.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42511740.760.7100.32235.9161.1142.35
Hex2A33AE4C47020ec3d2a
Octal52632561141070403547552
Binary1010101100111010111010011001000111010000011101100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,174); }

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

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

 a { background-color: rgb(42,51,174); }

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

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

 span { border-color: rgb(42,51,174); }

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