Html Css Color HEX #3632AA Persian Blue

📋 copy color: '#3632AA'

red 54 ◦ green 50 ◦ blue 170

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

Shades of Persian Blue #3632AA

Tints of Persian Blue #3632AA

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3632AA (or 0x3632AA) is known color: Persian Blue. HEX triplet: 36, 32 and AA. RGB value is (54,50,170). Sum of RGB (Red+Green+Blue) = 54+50+170=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 50 (19.92% from 255 or 18.25% 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 #3632AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3632AA is #C9CD55. Grayscale: #404040. Windows color (decimal): -13225302 or 11153974. OLE color: 11153974.

HSL color Cylindrical-coordinate representation of color #3632AA: hue angle of 242º 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 #3632AA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 50 170 -
CMYK 0.68 0.71 0 0.33
HSL 242º 0.55% 0.43% -
HSV(B) 242º 0.71% 0.67% -
XYZ 9.92 5.97 38.66 -
YUV 64.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 54 50 170 0.68 0.71 0 0.33 242 0.55 0.43
Hex 36 32 AA 44 47 0 21 F2 37 2B
Octal 66 62 252 104 107 0 41 362 67 53
Binary 110110 110010 10101010 1000100 1000111 0 100001 11110010 110111 101011

Color Harmonies of #3632AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3632AA

Black with #3632AA

Text Example


Text Example

White with #3632AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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