Html Css Color HEX #3640AF Persian Blue

📋 copy color: '#3640AF'

red 54 ◦ green 64 ◦ blue 175

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

Shades of Persian Blue #3640AF

Tints of Persian Blue #3640AF

RGB

 RED value IS 54 (21.48% from 255) = 18.43%

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

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

R = 18.43%
G = 21.84%
B = 59.73%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3640AF (or 0x3640AF) is known color: Persian Blue. HEX triplet: 36, 40 and AF. RGB value is (54,64,175). Sum of RGB (Red+Green+Blue) = 54+64+175=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #3640AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3640AF is #C9BF50. Grayscale: #494949. Windows color (decimal): -13221713 or 11485238. OLE color: 11485238.

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

Color convert

RGB 54 64 175 -
CMYK 0.69 0.63 0 0.31
HSL 235.04º 0.53% 0.45% -
HSV(B) 235.04º 0.69% 0.69% -
XYZ 11.09 7.55 41.43 -
YUV 73.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 54 64 175 0.69 0.63 0 0.31 235.04 0.53 0.45
Hex 36 40 AF 45 3F 0 1F EB 35 2D
Octal 66 100 257 105 77 0 37 353 65 55
Binary 110110 1000000 10101111 1000101 111111 0 11111 11101011 110101 101101

Color Harmonies of #3640AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640AF

Black with #3640AF

Text Example


Text Example

White with #3640AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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