Html Css Color HEX #3640AD Persian Blue

📋 copy color: '#3640AD'

red 54 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #3640AD

Tints of Persian Blue #3640AD

RGB

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

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

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

R = 18.56%
G = 21.99%
B = 59.45%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3640AD (or 0x3640AD) is known color: Persian Blue. HEX triplet: 36, 40 and AD. RGB value is (54,64,173). Sum of RGB (Red+Green+Blue) = 54+64+173=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #3640AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3640AD is #C9BF52. Grayscale: #484848. Windows color (decimal): -13221715 or 11354166. OLE color: 11354166.

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

Color convert

RGB 54 64 173 -
CMYK 0.69 0.63 0 0.32
HSL 234.96º 0.52% 0.45% -
HSV(B) 234.96º 0.69% 0.68% -
XYZ 10.9 7.47 40.4 -
YUV 73.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 54 64 173 0.69 0.63 0 0.32 234.96 0.52 0.45
Hex 36 40 AD 45 3F 0 20 EB 34 2D
Octal 66 100 255 105 77 0 40 353 64 55
Binary 110110 1000000 10101101 1000101 111111 0 100000 11101011 110100 101101

Color Harmonies of #3640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640AD

Black with #3640AD

Text Example


Text Example

White with #3640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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