#2A23BE

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

Shades of Persian Blue #2A23BE

Tints of Persian Blue #2A23BE

Color information

#2A23BE (or 0x2A23BE) is unknown color: approx Persian Blue. HEX triplet: 2A, 23 and BE. RGB value is (42,35,190). Sum of RGB (Red+Green+Blue) = 42+35+190=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A23BE is #D5DC41. Grayscale: #363636. Windows color (decimal): -14015554 or 12460842. OLE color: 12460842.

HSL color Cylindrical-coordinate representation of color #2A23BE: hue angle of 242.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A23BE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4235190-
CMYK0.780.8200.25
HSL242.71º68.89%44.12%-
HSV(B)242.71º81.58%74.51%-
XYZ10.855.4149.19-
YUV54.76204.32118.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 190 (74.61% from 255) = 71.16%
R=15.73%
G=13.11%
B=71.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42351900.780.8200.25242.7168.8944.12
Hex2A23BE4E52019f3452c
Octal524327611612203136310554
Binary1010101000111011111010011101010010011001111100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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