Html Css Color HEX #365098 Tory Blue

📋 copy color: '#365098'

red 54 ◦ green 80 ◦ blue 152

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

Shades of Tory Blue #365098

Tints of Tory Blue #365098

RGB

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

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

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

R = 18.88%
G = 27.97%
B = 53.15%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#365098 (or 0x365098) is known color: Tory Blue. HEX triplet: 36, 50 and 98. RGB value is (54,80,152). Sum of RGB (Red+Green+Blue) = 54+80+152=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #365098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365098 is #C9AF67. Grayscale: #505050. Windows color (decimal): -13217640 or 9982006. OLE color: 9982006.

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

Color convert

RGB 54 80 152 -
CMYK 0.64 0.47 0 0.40
HSL 224.08º 0.48% 0.4% -
HSV(B) 224.08º 0.64% 0.6% -
XYZ 10.06 8.79 30.87 -
YUV 80.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 54 80 152 0.64 0.47 0 0.40 224.08 0.48 0.4
Hex 36 50 98 40 2F 0 28 E0 30 28
Octal 66 120 230 100 57 0 50 340 60 50
Binary 110110 1010000 10011000 1000000 101111 0 101000 11100000 110000 101000

Color Harmonies of #365098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365098

Black with #365098

Text Example


Text Example

White with #365098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365098; }

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

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

background-color css

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

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

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

border-color css

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

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

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