Html Css Color HEX #3432AB Persian Blue

📋 copy color: '#3432AB'

red 52 ◦ green 50 ◦ blue 171

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

Shades of Persian Blue #3432AB

Tints of Persian Blue #3432AB

RGB

 RED value IS 52 (20.7% from 255) = 19.05%

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

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

R = 19.05%
G = 18.32%
B = 62.64%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3432AB (or 0x3432AB) is known color: Persian Blue. HEX triplet: 34, 32 and AB. RGB value is (52,50,171). Sum of RGB (Red+Green+Blue) = 52+50+171=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #3432AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3432AB is #CBCD54. Grayscale: #3F3F3F. Windows color (decimal): -13356373 or 11219508. OLE color: 11219508.

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

Color convert

RGB 52 50 171 -
CMYK 0.70 0.71 0 0.33
HSL 240.99º 0.55% 0.43% -
HSV(B) 240.99º 0.71% 0.67% -
XYZ 9.91 5.95 39.15 -
YUV 64.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 52 50 171 0.70 0.71 0 0.33 240.99 0.55 0.43
Hex 34 32 AB 46 47 0 21 F1 37 2B
Octal 64 62 253 106 107 0 41 361 67 53
Binary 110100 110010 10101011 1000110 1000111 0 100001 11110001 110111 101011

Color Harmonies of #3432AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3432AB

Black with #3432AB

Text Example


Text Example

White with #3432AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,50,171); }

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

background-color css

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

 a { background-color: rgb(52,50,171); }

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

border-color css

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

 span { border-color: rgb(52,50,171); }

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