Html Css Color HEX #2327AB Persian Blue

📋 copy color: '#2327AB'

red 35 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #2327AB

Tints of Persian Blue #2327AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 14.29%
G = 15.92%
B = 69.8%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2327AB (or 0x2327AB) is known color: Persian Blue. HEX triplet: 23, 27 and AB. RGB value is (35,39,171). Sum of RGB (Red+Green+Blue) = 35+39+171=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2327AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327AB is #DCD854. Grayscale: #343434. Windows color (decimal): -14473301 or 11216675. OLE color: 11216675.

HSL color Cylindrical-coordinate representation of color #2327AB: hue angle of 238.24º 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 #2327AB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 39 171 -
CMYK 0.80 0.77 0 0.33
HSL 238.24º 0.66% 0.4% -
HSV(B) 238.24º 0.8% 0.67% -
XYZ 8.77 4.75 38.98 -
YUV 52.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 35 39 171 0.80 0.77 0 0.33 238.24 0.66 0.4
Hex 23 27 AB 50 4D 0 21 EE 42 28
Octal 43 47 253 120 115 0 41 356 102 50
Binary 100011 100111 10101011 1010000 1001101 0 100001 11101110 1000010 101000

Color Harmonies of #2327AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2327AB

Black with #2327AB

Text Example


Text Example

White with #2327AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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