Html Css Color HEX #365498 Tory Blue

📋 copy color: '#365498'

red 54 ◦ green 84 ◦ blue 152

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

Shades of Tory Blue #365498

Tints of Tory Blue #365498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 18.62%
G = 28.97%
B = 52.41%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#365498 (or 0x365498) is known color: Tory Blue. HEX triplet: 36, 54 and 98. RGB value is (54,84,152). Sum of RGB (Red+Green+Blue) = 54+84+152=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #365498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365498 is #C9AB67. Grayscale: #525252. Windows color (decimal): -13216616 or 9983030. OLE color: 9983030.

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

Color convert

RGB 54 84 152 -
CMYK 0.64 0.45 0 0.40
HSL 221.63º 0.48% 0.4% -
HSV(B) 221.63º 0.64% 0.6% -
XYZ 10.36 9.39 30.97 -
YUV 82.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 54 84 152 0.64 0.45 0 0.40 221.63 0.48 0.4
Hex 36 54 98 40 2D 0 28 DE 30 28
Octal 66 124 230 100 55 0 50 336 60 50
Binary 110110 1010100 10011000 1000000 101101 0 101000 11011110 110000 101000

Color Harmonies of #365498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365498

Black with #365498

Text Example


Text Example

White with #365498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365498; }

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

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

background-color css

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

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

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

border-color css

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

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

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