Html Css Color HEX #364581 Tory Blue

📋 copy color: '#364581'

red 54 ◦ green 69 ◦ blue 129

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

Shades of Tory Blue #364581

Tints of Tory Blue #364581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 21.43%
G = 27.38%
B = 51.19%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364581 (or 0x364581) is known color: Tory Blue. HEX triplet: 36, 45 and 81. RGB value is (54,69,129). Sum of RGB (Red+Green+Blue) = 54+69+129=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #364581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364581 is #C9BA7E. Grayscale: #474747. Windows color (decimal): -13220479 or 8471862. OLE color: 8471862.

HSL color Cylindrical-coordinate representation of color #364581: hue angle of 228º 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 #364581 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 69 129 -
CMYK 0.58 0.47 0 0.49
HSL 228º 0.41% 0.36% -
HSV(B) 228º 0.58% 0.51% -
XYZ 7.61 6.63 21.65 -
YUV 71.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 54 69 129 0.58 0.47 0 0.49 228 0.41 0.36
Hex 36 45 81 3A 2F 0 31 E4 29 24
Octal 66 105 201 72 57 0 61 344 51 44
Binary 110110 1000101 10000001 111010 101111 0 110001 11100100 101001 100100

Color Harmonies of #364581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364581

Black with #364581

Text Example


Text Example

White with #364581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364581; }

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

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

background-color css

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

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

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

border-color css

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

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

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