Html Css Color HEX #365090 Tory Blue

📋 copy color: '#365090'

red 54 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #365090

Tints of Tory Blue #365090

RGB

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

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

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

R = 19.42%
G = 28.78%
B = 51.8%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365090 (or 0x365090) is known color: Tory Blue. HEX triplet: 36, 50 and 90. RGB value is (54,80,144). Sum of RGB (Red+Green+Blue) = 54+80+144=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #365090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365090 is #C9AF6F. Grayscale: #4F4F4F. Windows color (decimal): -13217648 or 9457718. OLE color: 9457718.

HSL color Cylindrical-coordinate representation of color #365090: hue angle of 222.67º 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 #365090 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 80 144 -
CMYK 0.63 0.44 0 0.44
HSL 222.67º 0.45% 0.39% -
HSV(B) 222.67º 0.63% 0.56% -
XYZ 9.42 8.54 27.54 -
YUV 79.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 54 80 144 0.63 0.44 0 0.44 222.67 0.45 0.39
Hex 36 50 90 3F 2C 0 2C DF 2D 27
Octal 66 120 220 77 54 0 54 337 55 47
Binary 110110 1010000 10010000 111111 101100 0 101100 11011111 101101 100111

Color Harmonies of #365090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365090

Black with #365090

Text Example


Text Example

White with #365090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365090; }

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

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

background-color css

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

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

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

border-color css

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

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

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