Html Css Color HEX #2328AB Persian Blue

📋 copy color: '#2328AB'

red 35 ◦ green 40 ◦ blue 171

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

Shades of Persian Blue #2328AB

Tints of Persian Blue #2328AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 14.23%
G = 16.26%
B = 69.51%

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

#2328AB (or 0x2328AB) is known color: Persian Blue. HEX triplet: 23, 28 and AB. RGB value is (35,40,171). Sum of RGB (Red+Green+Blue) = 35+40+171=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #2328AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2328AB is #DCD754. Grayscale: #343434. Windows color (decimal): -14473045 or 11216931. OLE color: 11216931.

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

Color convert

RGB 35 40 171 -
CMYK 0.80 0.77 0 0.33
HSL 237.79º 0.66% 0.4% -
HSV(B) 237.79º 0.8% 0.67% -
XYZ 8.8 4.82 38.99 -
YUV 53.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 35 40 171 0.80 0.77 0 0.33 237.79 0.66 0.4
Hex 23 28 AB 50 4D 0 21 EE 42 28
Octal 43 50 253 120 115 0 41 356 102 50
Binary 100011 101000 10101011 1010000 1001101 0 100001 11101110 1000010 101000

Color Harmonies of #2328AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2328AB

Black with #2328AB

Text Example


Text Example

White with #2328AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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