#2B2EA5

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

Shades of Persian Blue #2B2EA5

Tints of Persian Blue #2B2EA5

Color information

#2B2EA5 (or 0x2B2EA5) is unknown color: approx Persian Blue. HEX triplet: 2B, 2E and A5. RGB value is (43,46,165). Sum of RGB (Red+Green+Blue) = 43+46+165=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 165 (64.84% from 255 or 64.96% from 254); Max value from RGB is 165 - color contains mainly: blue. Hex color #2B2EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2EA5 is #D4D15A. Grayscale: #3A3A3A. Windows color (decimal): -13947227 or 10825259. OLE color: 10825259.

HSL color Cylindrical-coordinate representation of color #2B2EA5: hue angle of 238.52º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2EA5 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4346165-
CMYK0.740.7200.35
HSL238.52º58.65%40.78%-
HSV(B)238.52º73.94%64.71%-
XYZ8.765.1836.14-
YUV58.67188.01116.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 165 (64.84% from 255) = 64.96%
R=16.93%
G=18.11%
B=64.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43461650.740.7200.35238.5258.6540.78
Hex2B2EA54A48023ef3b29
Octal53562451121100433577351
Binary1010111011101010010110010101001000010001111101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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