Html Css Color HEX #364488 Tory Blue

📋 copy color: '#364488'

red 54 ◦ green 68 ◦ blue 136

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

Shades of Tory Blue #364488

Tints of Tory Blue #364488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 20.93%
G = 26.36%
B = 52.71%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364488 (or 0x364488) is known color: Tory Blue. HEX triplet: 36, 44 and 88. RGB value is (54,68,136). Sum of RGB (Red+Green+Blue) = 54+68+136=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #364488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364488 is #C9BB77. Grayscale: #474747. Windows color (decimal): -13220728 or 8930358. OLE color: 8930358.

HSL color Cylindrical-coordinate representation of color #364488: hue angle of 229.76º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364488 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 68 136 -
CMYK 0.60 0.50 0 0.47
HSL 229.76º 0.43% 0.37% -
HSV(B) 229.76º 0.6% 0.53% -
XYZ 8.03 6.7 24.16 -
YUV 71.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 54 68 136 0.60 0.50 0 0.47 229.76 0.43 0.37
Hex 36 44 88 3C 32 0 2F E6 2B 25
Octal 66 104 210 74 62 0 57 346 53 45
Binary 110110 1000100 10001000 111100 110010 0 101111 11100110 101011 100101

Color Harmonies of #364488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364488

Black with #364488

Text Example


Text Example

White with #364488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364488; }

 p { color: rgb(54,68,136); }

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

background-color css

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

 a { background-color: rgb(54,68,136); }

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

border-color css

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

 span { border-color: rgb(54,68,136); }

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