#2A23C4

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

Shades of Persian Blue #2A23C4

Tints of Persian Blue #2A23C4

Color information

#2A23C4 (or 0x2A23C4) is unknown color: approx Persian Blue. HEX triplet: 2A, 23 and C4. RGB value is (42,35,196). Sum of RGB (Red+Green+Blue) = 42+35+196=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #2A23C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A23C4 is #D5DC3B. Grayscale: #363636. Windows color (decimal): -14015548 or 12854058. OLE color: 12854058.

HSL color Cylindrical-coordinate representation of color #2A23C4: hue angle of 242.61º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A23C4 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4235196-
CMYK0.790.8200.23
HSL242.61º69.7%45.29%-
HSV(B)242.61º82.14%76.86%-
XYZ11.525.6852.71-
YUV55.45207.32118.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 196 (76.95% from 255) = 71.79%
R=15.38%
G=12.82%
B=71.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42351960.790.8200.23242.6169.745.29
Hex2A23C44F52017f3462d
Octal524330411712202736310655
Binary1010101000111100010010011111010010010111111100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A23C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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