Html Css Color HEX #3240AF Persian Blue

📋 copy color: '#3240AF'

red 50 ◦ green 64 ◦ blue 175

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

Shades of Persian Blue #3240AF

Tints of Persian Blue #3240AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 17.3%
G = 22.15%
B = 60.55%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3240AF (or 0x3240AF) is known color: Persian Blue. HEX triplet: 32, 40 and AF. RGB value is (50,64,175). Sum of RGB (Red+Green+Blue) = 50+64+175=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #3240AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240AF is #CDBF50. Grayscale: #484848. Windows color (decimal): -13483857 or 11485234. OLE color: 11485234.

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

Color convert

RGB 50 64 175 -
CMYK 0.71 0.63 0 0.31
HSL 233.28º 0.56% 0.44% -
HSV(B) 233.28º 0.71% 0.69% -
XYZ 10.89 7.44 41.42 -
YUV 72.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 50 64 175 0.71 0.63 0 0.31 233.28 0.56 0.44
Hex 32 40 AF 47 3F 0 1F E9 38 2C
Octal 62 100 257 107 77 0 37 351 70 54
Binary 110010 1000000 10101111 1000111 111111 0 11111 11101001 111000 101100

Color Harmonies of #3240AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240AF

Black with #3240AF

Text Example


Text Example

White with #3240AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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