#2B2EAE

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

Shades of Persian Blue #2B2EAE

Tints of Persian Blue #2B2EAE

Color information

#2B2EAE (or 0x2B2EAE) is unknown color: approx Persian Blue. HEX triplet: 2B, 2E and AE. RGB value is (43,46,174). Sum of RGB (Red+Green+Blue) = 43+46+174=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B2EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2EAE is #D4D151. Grayscale: #3B3B3B. Windows color (decimal): -13947218 or 11415083. OLE color: 11415083.

HSL color Cylindrical-coordinate representation of color #2B2EAE: hue angle of 238.63º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2EAE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4346174-
CMYK0.750.7400.32
HSL238.63º60.37%42.55%-
HSV(B)238.63º75.29%68.24%-
XYZ9.615.5240.6-
YUV59.69192.51116.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=16.35%
G=17.49%
B=66.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43461740.750.7400.32238.6360.3742.55
Hex2B2EAE4B4A020ef3c2b
Octal53562561131120403577453
Binary1010111011101010111010010111001010010000011101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,174); }

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

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

 a { background-color: rgb(43,46,174); }

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

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

 span { border-color: rgb(43,46,174); }

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