Html Css Color HEX #3240A4 Persian Blue

📋 copy color: '#3240A4'

red 50 ◦ green 64 ◦ blue 164

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

Shades of Persian Blue #3240A4

Tints of Persian Blue #3240A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.99%

R = 17.99%
G = 23.02%
B = 58.99%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3240A4 (or 0x3240A4) is known color: Persian Blue. HEX triplet: 32, 40 and A4. RGB value is (50,64,164). Sum of RGB (Red+Green+Blue) = 50+64+164=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #3240A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240A4 is #CDBF5B. Grayscale: #464646. Windows color (decimal): -13483868 or 10764338. OLE color: 10764338.

HSL color Cylindrical-coordinate representation of color #3240A4: hue angle of 232.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3240A4 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 64 164 -
CMYK 0.70 0.61 0 0.36
HSL 232.63º 0.53% 0.42% -
HSV(B) 232.63º 0.7% 0.64% -
XYZ 9.85 7.03 35.96 -
YUV 71.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 50 64 164 0.70 0.61 0 0.36 232.63 0.53 0.42
Hex 32 40 A4 46 3D 0 24 E9 35 2A
Octal 62 100 244 106 75 0 44 351 65 52
Binary 110010 1000000 10100100 1000110 111101 0 100100 11101001 110101 101010

Color Harmonies of #3240A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240A4

Black with #3240A4

Text Example


Text Example

White with #3240A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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