Html Css Color HEX #365598 Tory Blue

📋 copy color: '#365598'

red 54 ◦ green 85 ◦ blue 152

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

Shades of Tory Blue #365598

Tints of Tory Blue #365598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 18.56%
G = 29.21%
B = 52.23%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#365598 (or 0x365598) is known color: Tory Blue. HEX triplet: 36, 55 and 98. RGB value is (54,85,152). Sum of RGB (Red+Green+Blue) = 54+85+152=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #365598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365598 is #C9AA67. Grayscale: #535353. Windows color (decimal): -13216360 or 9983286. OLE color: 9983286.

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

Color convert

RGB 54 85 152 -
CMYK 0.64 0.44 0 0.40
HSL 221.02º 0.48% 0.4% -
HSV(B) 221.02º 0.64% 0.6% -
XYZ 10.44 9.55 31 -
YUV 83.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 54 85 152 0.64 0.44 0 0.40 221.02 0.48 0.4
Hex 36 55 98 40 2C 0 28 DD 30 28
Octal 66 125 230 100 54 0 50 335 60 50
Binary 110110 1010101 10011000 1000000 101100 0 101000 11011101 110000 101000

Color Harmonies of #365598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365598

Black with #365598

Text Example


Text Example

White with #365598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365598; }

 p { color: rgb(54,85,152); }

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

background-color css

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

 a { background-color: rgb(54,85,152); }

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

border-color css

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

 span { border-color: rgb(54,85,152); }

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