Html Css Color HEX #365890 Tory Blue

📋 copy color: '#365890'

red 54 ◦ green 88 ◦ blue 144

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

Shades of Tory Blue #365890

Tints of Tory Blue #365890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 18.88%
G = 30.77%
B = 50.35%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365890 (or 0x365890) is known color: Tory Blue. HEX triplet: 36, 58 and 90. RGB value is (54,88,144). Sum of RGB (Red+Green+Blue) = 54+88+144=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #365890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365890 is #C9A76F. Grayscale: #535353. Windows color (decimal): -13215600 or 9459766. OLE color: 9459766.

HSL color Cylindrical-coordinate representation of color #365890: hue angle of 217.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365890 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 88 144 -
CMYK 0.63 0.39 0 0.44
HSL 217.33º 0.45% 0.39% -
HSV(B) 217.33º 0.63% 0.56% -
XYZ 10.05 9.78 27.74 -
YUV 84.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 54 88 144 0.63 0.39 0 0.44 217.33 0.45 0.39
Hex 36 58 90 3F 27 0 2C D9 2D 27
Octal 66 130 220 77 47 0 54 331 55 47
Binary 110110 1011000 10010000 111111 100111 0 101100 11011001 101101 100111

Color Harmonies of #365890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365890

Black with #365890

Text Example


Text Example

White with #365890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365890; }

 p { color: rgb(54,88,144); }

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

background-color css

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

 a { background-color: rgb(54,88,144); }

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

border-color css

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

 span { border-color: rgb(54,88,144); }

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