Html Css Color HEX #355091 Tory Blue

📋 copy color: '#355091'

red 53 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #355091

Tints of Tory Blue #355091

RGB

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

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

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

R = 19.06%
G = 28.78%
B = 52.16%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355091 (or 0x355091) is known color: Tory Blue. HEX triplet: 35, 50 and 91. RGB value is (53,80,145). Sum of RGB (Red+Green+Blue) = 53+80+145=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #355091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355091 is #CAAF6E. Grayscale: #4F4F4F. Windows color (decimal): -13283183 or 9523253. OLE color: 9523253.

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

Color convert

RGB 53 80 145 -
CMYK 0.63 0.45 0 0.43
HSL 222.39º 0.46% 0.39% -
HSV(B) 222.39º 0.63% 0.57% -
XYZ 9.45 8.54 27.94 -
YUV 79.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 53 80 145 0.63 0.45 0 0.43 222.39 0.46 0.39
Hex 35 50 91 3F 2D 0 2B DE 2E 27
Octal 65 120 221 77 55 0 53 336 56 47
Binary 110101 1010000 10010001 111111 101101 0 101011 11011110 101110 100111

Color Harmonies of #355091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355091

Black with #355091

Text Example


Text Example

White with #355091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355091; }

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

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

background-color css

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

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

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

border-color css

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

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

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