Html Css Color HEX #3640A2 Tory Blue

📋 copy color: '#3640A2'

red 54 ◦ green 64 ◦ blue 162

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

Shades of Tory Blue #3640A2

Tints of Tory Blue #3640A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 57.86%

R = 19.29%
G = 22.86%
B = 57.86%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3640A2 (or 0x3640A2) is known color: Tory Blue. HEX triplet: 36, 40 and A2. RGB value is (54,64,162). Sum of RGB (Red+Green+Blue) = 54+64+162=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #3640A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3640A2 is #C9BF5D. Grayscale: #474747. Windows color (decimal): -13221726 or 10633270. OLE color: 10633270.

HSL color Cylindrical-coordinate representation of color #3640A2: hue angle of 234.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3640A2 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 64 162 -
CMYK 0.67 0.60 0 0.36
HSL 234.44º 0.5% 0.42% -
HSV(B) 234.44º 0.67% 0.64% -
XYZ 9.88 7.06 35.02 -
YUV 72.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 54 64 162 0.67 0.60 0 0.36 234.44 0.5 0.42
Hex 36 40 A2 43 3C 0 24 EA 32 2A
Octal 66 100 242 103 74 0 44 352 62 52
Binary 110110 1000000 10100010 1000011 111100 0 100100 11101010 110010 101010

Color Harmonies of #3640A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640A2

Black with #3640A2

Text Example


Text Example

White with #3640A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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