Html Css Color HEX #3641A2 Tory Blue

📋 copy color: '#3641A2'

red 54 ◦ green 65 ◦ blue 162

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

Shades of Tory Blue #3641A2

Tints of Tory Blue #3641A2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 19.22%
G = 23.13%
B = 57.65%

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

#3641A2 (or 0x3641A2) is known color: Tory Blue. HEX triplet: 36, 41 and A2. RGB value is (54,65,162). Sum of RGB (Red+Green+Blue) = 54+65+162=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #3641A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3641A2 is #C9BE5D. Grayscale: #484848. Windows color (decimal): -13221470 or 10633526. OLE color: 10633526.

HSL color Cylindrical-coordinate representation of color #3641A2: hue angle of 233.89º 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 #3641A2 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 65 162 -
CMYK 0.67 0.60 0 0.36
HSL 233.89º 0.5% 0.42% -
HSV(B) 233.89º 0.67% 0.64% -
XYZ 9.93 7.17 35.04 -
YUV 72.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 54 65 162 0.67 0.60 0 0.36 233.89 0.5 0.42
Hex 36 41 A2 43 3C 0 24 EA 32 2A
Octal 66 101 242 103 74 0 44 352 62 52
Binary 110110 1000001 10100010 1000011 111100 0 100100 11101010 110010 101010

Color Harmonies of #3641A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3641A2

Black with #3641A2

Text Example


Text Example

White with #3641A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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