Html Css Color HEX #364681 Tory Blue

📋 copy color: '#364681'

red 54 ◦ green 70 ◦ blue 129

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

Shades of Tory Blue #364681

Tints of Tory Blue #364681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 129 (50.78% from 255) = 50.99%

R = 21.34%
G = 27.67%
B = 50.99%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364681 (or 0x364681) is known color: Tory Blue. HEX triplet: 36, 46 and 81. RGB value is (54,70,129). Sum of RGB (Red+Green+Blue) = 54+70+129=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #364681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364681 is #C9B97E. Grayscale: #474747. Windows color (decimal): -13220223 or 8472118. OLE color: 8472118.

HSL color Cylindrical-coordinate representation of color #364681: hue angle of 227.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364681 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 70 129 -
CMYK 0.58 0.46 0 0.49
HSL 227.2º 0.41% 0.36% -
HSV(B) 227.2º 0.58% 0.51% -
XYZ 7.67 6.75 21.67 -
YUV 71.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 54 70 129 0.58 0.46 0 0.49 227.2 0.41 0.36
Hex 36 46 81 3A 2E 0 31 E3 29 24
Octal 66 106 201 72 56 0 61 343 51 44
Binary 110110 1000110 10000001 111010 101110 0 110001 11100011 101001 100100

Color Harmonies of #364681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364681

Black with #364681

Text Example


Text Example

White with #364681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364681; }

 p { color: rgb(54,70,129); }

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

background-color css

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

 a { background-color: rgb(54,70,129); }

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

border-color css

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

 span { border-color: rgb(54,70,129); }

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