#2326AE

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

Shades of Persian Blue #2326AE

Tints of Persian Blue #2326AE

Color information

#2326AE (or 0x2326AE) is unknown color: approx Persian Blue. HEX triplet: 23, 26 and AE. RGB value is (35,38,174). Sum of RGB (Red+Green+Blue) = 35+38+174=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #2326AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2326AE is #DCD951. Grayscale: #343434. Windows color (decimal): -14473554 or 11413027. OLE color: 11413027.

HSL color Cylindrical-coordinate representation of color #2326AE: hue angle of 238.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2326AE is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3538174-
CMYK0.800.7800.32
HSL238.71º66.51%40.98%-
HSV(B)238.71º79.89%68.24%-
XYZ9.034.840.5-
YUV52.61196.51115.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=14.17%
G=15.38%
B=70.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35381740.800.7800.32238.7166.5140.98
Hex2326AE504E020ef4329
Octal434625612011604035710351
Binary10001110011010101110101000010011100100000111011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2326AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2326AE; }

 p { color: rgb(35,38,174); }

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

<style>
 a { background-color: #2326AE; }

 a { background-color: rgb(35,38,174); }

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

<style>
 span { border-color: #2326AE; }

 span { border-color: rgb(35,38,174); }

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