Html Css Color HEX #365995 Tory Blue

📋 copy color: '#365995'

red 54 ◦ green 89 ◦ blue 149

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

Shades of Tory Blue #365995

Tints of Tory Blue #365995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 18.49%
G = 30.48%
B = 51.03%

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

#365995 (or 0x365995) is known color: Tory Blue. HEX triplet: 36, 59 and 95. RGB value is (54,89,149). Sum of RGB (Red+Green+Blue) = 54+89+149=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #365995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365995 is #C9A66A. Grayscale: #555555. Windows color (decimal): -13215339 or 9787702. OLE color: 9787702.

HSL color Cylindrical-coordinate representation of color #365995: hue angle of 217.89º 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 #365995 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 89 149 -
CMYK 0.64 0.40 0 0.42
HSL 217.89º 0.47% 0.4% -
HSV(B) 217.89º 0.64% 0.58% -
XYZ 10.52 10.1 29.83 -
YUV 85.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 54 89 149 0.64 0.40 0 0.42 217.89 0.47 0.4
Hex 36 59 95 40 28 0 2A DA 2F 28
Octal 66 131 225 100 50 0 52 332 57 50
Binary 110110 1011001 10010101 1000000 101000 0 101010 11011010 101111 101000

Color Harmonies of #365995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365995

Black with #365995

Text Example


Text Example

White with #365995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365995; }

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

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

background-color css

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

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

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

border-color css

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

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

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