Html Css Color HEX #365089 Tory Blue

📋 copy color: '#365089'

red 54 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #365089

Tints of Tory Blue #365089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 19.93%
G = 29.52%
B = 50.55%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#365089 (or 0x365089) is known color: Tory Blue. HEX triplet: 36, 50 and 89. RGB value is (54,80,137). Sum of RGB (Red+Green+Blue) = 54+80+137=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #365089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365089 is #C9AF76. Grayscale: #4E4E4E. Windows color (decimal): -13217655 or 8998966. OLE color: 8998966.

HSL color Cylindrical-coordinate representation of color #365089: hue angle of 221.2º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365089 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 80 137 -
CMYK 0.61 0.42 0 0.46
HSL 221.2º 0.43% 0.37% -
HSV(B) 221.2º 0.61% 0.54% -
XYZ 8.91 8.33 24.8 -
YUV 78.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 54 80 137 0.61 0.42 0 0.46 221.2 0.43 0.37
Hex 36 50 89 3D 2A 0 2E DD 2B 25
Octal 66 120 211 75 52 0 56 335 53 45
Binary 110110 1010000 10001001 111101 101010 0 101110 11011101 101011 100101

Color Harmonies of #365089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365089

Black with #365089

Text Example


Text Example

White with #365089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365089; }

 p { color: rgb(54,80,137); }

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

background-color css

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

 a { background-color: rgb(54,80,137); }

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

border-color css

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

 span { border-color: rgb(54,80,137); }

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