#2B23A4

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

Shades of Persian Blue #2B23A4

Tints of Persian Blue #2B23A4

Color information

#2B23A4 (or 0x2B23A4) is unknown color: approx Persian Blue. HEX triplet: 2B, 23 and A4. RGB value is (43,35,164). Sum of RGB (Red+Green+Blue) = 43+35+164=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B23A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B23A4 is #D4DC5B. Grayscale: #333333. Windows color (decimal): -13950044 or 10756907. OLE color: 10756907.

HSL color Cylindrical-coordinate representation of color #2B23A4: hue angle of 243.72º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B23A4 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4335164-
CMYK0.740.7900.36
HSL243.72º64.82%39.02%-
HSV(B)243.72º78.66%64.31%-
XYZ8.34.435.53-
YUV52.1191.15121.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.77%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 164 (64.45% from 255) = 67.77%
R=17.77%
G=14.46%
B=67.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43351640.740.7900.36243.7264.8239.02
Hex2B23A44A4F024f44127
Octal534324411211704436410147
Binary10101110001110100100100101010011110100100111101001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B23A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,164); }

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

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

 a { background-color: rgb(43,35,164); }

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

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

 span { border-color: rgb(43,35,164); }

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