Html Css Color HEX #3240AD Persian Blue

📋 copy color: '#3240AD'

red 50 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #3240AD

Tints of Persian Blue #3240AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 17.42%
G = 22.3%
B = 60.28%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3240AD (or 0x3240AD) is known color: Persian Blue. HEX triplet: 32, 40 and AD. RGB value is (50,64,173). Sum of RGB (Red+Green+Blue) = 50+64+173=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #3240AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240AD is #CDBF52. Grayscale: #474747. Windows color (decimal): -13483859 or 11354162. OLE color: 11354162.

HSL color Cylindrical-coordinate representation of color #3240AD: hue angle of 233.17º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3240AD is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 64 173 -
CMYK 0.71 0.63 0 0.32
HSL 233.17º 0.55% 0.44% -
HSV(B) 233.17º 0.71% 0.68% -
XYZ 10.69 7.36 40.39 -
YUV 72.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 50 64 173 0.71 0.63 0 0.32 233.17 0.55 0.44
Hex 32 40 AD 47 3F 0 20 E9 37 2C
Octal 62 100 255 107 77 0 40 351 67 54
Binary 110010 1000000 10101101 1000111 111111 0 100000 11101001 110111 101100

Color Harmonies of #3240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240AD

Black with #3240AD

Text Example


Text Example

White with #3240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3240AD; }

 p { color: rgb(50,64,173); }

 H1.HeaderClassName
 {
   color: #3240AD;
 }
 .AnyTagClassName
 {
   color: #3240AD;
 }
</style>

background-color css

<style>
 a { background-color: #3240AD; }

 a { background-color: rgb(50,64,173); }

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

border-color css

<style>
 span { border-color: #3240AD; }

 span { border-color: rgb(50,64,173); }

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