Html Css Color HEX #2329AB Persian Blue

📋 copy color: '#2329AB'

red 35 ◦ green 41 ◦ blue 171

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

Shades of Persian Blue #2329AB

Tints of Persian Blue #2329AB

RGB

 RED value IS 35 (14.06% from 255) = 14.17%

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 14.17%
G = 16.6%
B = 69.23%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2329AB (or 0x2329AB) is known color: Persian Blue. HEX triplet: 23, 29 and AB. RGB value is (35,41,171). Sum of RGB (Red+Green+Blue) = 35+41+171=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2329AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2329AB is #DCD654. Grayscale: #353535. Windows color (decimal): -14472789 or 11217187. OLE color: 11217187.

HSL color Cylindrical-coordinate representation of color #2329AB: hue angle of 237.35º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2329AB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 41 171 -
CMYK 0.80 0.76 0 0.33
HSL 237.35º 0.66% 0.4% -
HSV(B) 237.35º 0.8% 0.67% -
XYZ 8.84 4.88 39 -
YUV 54.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 35 41 171 0.80 0.76 0 0.33 237.35 0.66 0.4
Hex 23 29 AB 50 4C 0 21 ED 42 28
Octal 43 51 253 120 114 0 41 355 102 50
Binary 100011 101001 10101011 1010000 1001100 0 100001 11101101 1000010 101000

Color Harmonies of #2329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329AB

Black with #2329AB

Text Example


Text Example

White with #2329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2329AB; }

 p { color: rgb(35,41,171); }

 H1.HeaderClassName
 {
   color: #2329AB;
 }
 .AnyTagClassName
 {
   color: #2329AB;
 }
</style>

background-color css

<style>
 a { background-color: #2329AB; }

 a { background-color: rgb(35,41,171); }

 div.DivClassName
 {
   background-color: #2329AB;
 }
 .BgClassName
 {
   background-color: #2329AB;
 }
</style>

border-color css

<style>
 span { border-color: #2329AB; }

 span { border-color: rgb(35,41,171); }

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