Html Css Color HEX #2832AA Persian Blue

📋 copy color: '#2832AA'

red 40 ◦ green 50 ◦ blue 170

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

Shades of Persian Blue #2832AA

Tints of Persian Blue #2832AA

RGB

 RED value IS 40 (16.02% from 255) = 15.38%

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 15.38%
G = 19.23%
B = 65.38%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2832AA (or 0x2832AA) is known color: Persian Blue. HEX triplet: 28, 32 and AA. RGB value is (40,50,170). Sum of RGB (Red+Green+Blue) = 40+50+170=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #2832AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2832AA is #D7CD55. Grayscale: #3C3C3C. Windows color (decimal): -14142806 or 11153960. OLE color: 11153960.

HSL color Cylindrical-coordinate representation of color #2832AA: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2832AA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 50 170 -
CMYK 0.76 0.71 0 0.33
HSL 235.38º 0.62% 0.41% -
HSV(B) 235.38º 0.76% 0.67% -
XYZ 9.27 5.63 38.63 -
YUV 60.69 189.69 113.24 -
System Red Green Blue C M Y K H S L
Decimal 40 50 170 0.76 0.71 0 0.33 235.38 0.62 0.41
Hex 28 32 AA 4C 47 0 21 EB 3E 29
Octal 50 62 252 114 107 0 41 353 76 51
Binary 101000 110010 10101010 1001100 1000111 0 100001 11101011 111110 101001

Color Harmonies of #2832AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2832AA

Black with #2832AA

Text Example


Text Example

White with #2832AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2832AA; }

 p { color: rgb(40,50,170); }

 H1.HeaderClassName
 {
   color: #2832AA;
 }
 .AnyTagClassName
 {
   color: #2832AA;
 }
</style>

background-color css

<style>
 a { background-color: #2832AA; }

 a { background-color: rgb(40,50,170); }

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

border-color css

<style>
 span { border-color: #2832AA; }

 span { border-color: rgb(40,50,170); }

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