Html Css Color HEX #365698 Tory Blue

📋 copy color: '#365698'

red 54 ◦ green 86 ◦ blue 152

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

Shades of Tory Blue #365698

Tints of Tory Blue #365698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 18.49%
G = 29.45%
B = 52.05%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#365698 (or 0x365698) is known color: Tory Blue. HEX triplet: 36, 56 and 98. RGB value is (54,86,152). Sum of RGB (Red+Green+Blue) = 54+86+152=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #365698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365698 is #C9A967. Grayscale: #535353. Windows color (decimal): -13216104 or 9983542. OLE color: 9983542.

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

Color convert

RGB 54 86 152 -
CMYK 0.64 0.43 0 0.40
HSL 220.41º 0.48% 0.4% -
HSV(B) 220.41º 0.64% 0.6% -
XYZ 10.52 9.71 31.03 -
YUV 83.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 54 86 152 0.64 0.43 0 0.40 220.41 0.48 0.4
Hex 36 56 98 40 2B 0 28 DC 30 28
Octal 66 126 230 100 53 0 50 334 60 50
Binary 110110 1010110 10011000 1000000 101011 0 101000 11011100 110000 101000

Color Harmonies of #365698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365698

Black with #365698

Text Example


Text Example

White with #365698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365698; }

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

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

background-color css

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

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

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

border-color css

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

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

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