Html Css Color HEX #365293 Tory Blue

📋 copy color: '#365293'

red 54 ◦ green 82 ◦ blue 147

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

Shades of Tory Blue #365293

Tints of Tory Blue #365293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 19.08%
G = 28.98%
B = 51.94%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365293 (or 0x365293) is known color: Tory Blue. HEX triplet: 36, 52 and 93. RGB value is (54,82,147). Sum of RGB (Red+Green+Blue) = 54+82+147=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #365293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365293 is #C9AD6C. Grayscale: #505050. Windows color (decimal): -13217133 or 9654838. OLE color: 9654838.

HSL color Cylindrical-coordinate representation of color #365293: hue angle of 221.94º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365293 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 82 147 -
CMYK 0.63 0.44 0 0.42
HSL 221.94º 0.46% 0.39% -
HSV(B) 221.94º 0.63% 0.58% -
XYZ 9.81 8.93 28.81 -
YUV 81.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 54 82 147 0.63 0.44 0 0.42 221.94 0.46 0.39
Hex 36 52 93 3F 2C 0 2A DE 2E 27
Octal 66 122 223 77 54 0 52 336 56 47
Binary 110110 1010010 10010011 111111 101100 0 101010 11011110 101110 100111

Color Harmonies of #365293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365293

Black with #365293

Text Example


Text Example

White with #365293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365293; }

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

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

background-color css

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

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

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

border-color css

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

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

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