Html Css Color HEX #3240AE Persian Blue

📋 copy color: '#3240AE'

red 50 ◦ green 64 ◦ blue 174

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

Shades of Persian Blue #3240AE

Tints of Persian Blue #3240AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 17.36%
G = 22.22%
B = 60.42%

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

#3240AE (or 0x3240AE) is known color: Persian Blue. HEX triplet: 32, 40 and AE. RGB value is (50,64,174). Sum of RGB (Red+Green+Blue) = 50+64+174=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #3240AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240AE is #CDBF51. Grayscale: #474747. Windows color (decimal): -13483858 or 11419698. OLE color: 11419698.

HSL color Cylindrical-coordinate representation of color #3240AE: hue angle of 233.23º 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 #3240AE is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 64 174 -
CMYK 0.71 0.63 0 0.32
HSL 233.23º 0.55% 0.44% -
HSV(B) 233.23º 0.71% 0.68% -
XYZ 10.79 7.4 40.9 -
YUV 72.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 50 64 174 0.71 0.63 0 0.32 233.23 0.55 0.44
Hex 32 40 AE 47 3F 0 20 E9 37 2C
Octal 62 100 256 107 77 0 40 351 67 54
Binary 110010 1000000 10101110 1000111 111111 0 100000 11101001 110111 101100

Color Harmonies of #3240AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240AE

Black with #3240AE

Text Example


Text Example

White with #3240AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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