Html Css Color HEX #365298 Tory Blue

📋 copy color: '#365298'

red 54 ◦ green 82 ◦ blue 152

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

Shades of Tory Blue #365298

Tints of Tory Blue #365298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 18.75%
G = 28.47%
B = 52.78%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#365298 (or 0x365298) is known color: Tory Blue. HEX triplet: 36, 52 and 98. RGB value is (54,82,152). Sum of RGB (Red+Green+Blue) = 54+82+152=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #365298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365298 is #C9AD67. Grayscale: #515151. Windows color (decimal): -13217128 or 9982518. OLE color: 9982518.

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

Color convert

RGB 54 82 152 -
CMYK 0.64 0.46 0 0.40
HSL 222.86º 0.48% 0.4% -
HSV(B) 222.86º 0.64% 0.6% -
XYZ 10.21 9.09 30.92 -
YUV 81.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 54 82 152 0.64 0.46 0 0.40 222.86 0.48 0.4
Hex 36 52 98 40 2E 0 28 DF 30 28
Octal 66 122 230 100 56 0 50 337 60 50
Binary 110110 1010010 10011000 1000000 101110 0 101000 11011111 110000 101000

Color Harmonies of #365298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365298

Black with #365298

Text Example


Text Example

White with #365298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365298; }

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

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

background-color css

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

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

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

border-color css

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

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

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