Html Css Color HEX #365994 Tory Blue

📋 copy color: '#365994'

red 54 ◦ green 89 ◦ blue 148

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

Shades of Tory Blue #365994

Tints of Tory Blue #365994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 18.56%
G = 30.58%
B = 50.86%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365994 (or 0x365994) is known color: Tory Blue. HEX triplet: 36, 59 and 94. RGB value is (54,89,148). Sum of RGB (Red+Green+Blue) = 54+89+148=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #365994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365994 is #C9A66B. Grayscale: #545454. Windows color (decimal): -13215340 or 9722166. OLE color: 9722166.

HSL color Cylindrical-coordinate representation of color #365994: hue angle of 217.66º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365994 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 89 148 -
CMYK 0.64 0.40 0 0.42
HSL 217.66º 0.47% 0.4% -
HSV(B) 217.66º 0.64% 0.58% -
XYZ 10.44 10.07 29.41 -
YUV 85.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 54 89 148 0.64 0.40 0 0.42 217.66 0.47 0.4
Hex 36 59 94 40 28 0 2A DA 2F 28
Octal 66 131 224 100 50 0 52 332 57 50
Binary 110110 1011001 10010100 1000000 101000 0 101010 11011010 101111 101000

Color Harmonies of #365994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365994

Black with #365994

Text Example


Text Example

White with #365994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365994; }

 p { color: rgb(54,89,148); }

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

background-color css

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

 a { background-color: rgb(54,89,148); }

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

border-color css

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

 span { border-color: rgb(54,89,148); }

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