Html Css Color HEX #355291 Tory Blue

📋 copy color: '#355291'

red 53 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #355291

Tints of Tory Blue #355291

RGB

 RED value IS 53 (21.09% from 255) = 18.93%

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

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 18.93%
G = 29.29%
B = 51.79%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355291 (or 0x355291) is known color: Tory Blue. HEX triplet: 35, 52 and 91. RGB value is (53,82,145). Sum of RGB (Red+Green+Blue) = 53+82+145=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #355291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355291 is #CAAD6E. Grayscale: #505050. Windows color (decimal): -13282671 or 9523765. OLE color: 9523765.

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

Color convert

RGB 53 82 145 -
CMYK 0.63 0.43 0 0.43
HSL 221.09º 0.46% 0.39% -
HSV(B) 221.09º 0.63% 0.57% -
XYZ 9.6 8.84 27.99 -
YUV 80.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 53 82 145 0.63 0.43 0 0.43 221.09 0.46 0.39
Hex 35 52 91 3F 2B 0 2B DD 2E 27
Octal 65 122 221 77 53 0 53 335 56 47
Binary 110101 1010010 10010001 111111 101011 0 101011 11011101 101110 100111

Color Harmonies of #355291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355291

Black with #355291

Text Example


Text Example

White with #355291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355291; }

 p { color: rgb(53,82,145); }

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

background-color css

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

 a { background-color: rgb(53,82,145); }

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

border-color css

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

 span { border-color: rgb(53,82,145); }

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