Html Css Color HEX #2326AE Persian Blue

📋 copy color: '#2326AE'

red 35 ◦ green 38 ◦ blue 174

#2326AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2326AE

Tints of Persian Blue #2326AE

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 value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2326AE (or 0x2326AE) is known color: 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

RGB 35 38 174 -
CMYK 0.80 0.78 0 0.32
HSL 238.71º 0.67% 0.41% -
HSV(B) 238.71º 0.8% 0.68% -
XYZ 9.03 4.8 40.5 -
YUV 52.61 196.51 115.44 -
System Red Green Blue C M Y K H S L
Decimal 35 38 174 0.80 0.78 0 0.32 238.71 0.67 0.41
Hex 23 26 AE 50 4E 0 20 EF 43 29
Octal 43 46 256 120 116 0 40 357 103 51
Binary 100011 100110 10101110 1010000 1001110 0 100000 11101111 1000011 101001

Color Harmonies of #2326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2326AE

Black with #2326AE

Text Example


Text Example

White with #2326AE

Text Example


Text Example

HTML Codes & Css Web 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>