Html Css Color HEX #3236AA Persian Blue

📋 copy color: '#3236AA'

red 50 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3236AA

Tints of Persian Blue #3236AA

RGB

 RED value IS 50 (19.92% from 255) = 18.25%

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 18.25%
G = 19.71%
B = 62.04%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3236AA (or 0x3236AA) is known color: Persian Blue. HEX triplet: 32, 36 and AA. RGB value is (50,54,170). Sum of RGB (Red+Green+Blue) = 50+54+170=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3236AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3236AA is #CDC955. Grayscale: #414141. Windows color (decimal): -13486422 or 11154994. OLE color: 11154994.

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

Color convert

RGB 50 54 170 -
CMYK 0.71 0.68 0 0.33
HSL 238º 0.55% 0.43% -
HSV(B) 238º 0.71% 0.67% -
XYZ 9.89 6.22 38.71 -
YUV 66.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 50 54 170 0.71 0.68 0 0.33 238 0.55 0.43
Hex 32 36 AA 47 44 0 21 EE 37 2B
Octal 62 66 252 107 104 0 41 356 67 53
Binary 110010 110110 10101010 1000111 1000100 0 100001 11101110 110111 101011

Color Harmonies of #3236AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3236AA

Black with #3236AA

Text Example


Text Example

White with #3236AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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