Html Css Color HEX #354297 Tory Blue

📋 copy color: '#354297'

red 53 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #354297

Tints of Tory Blue #354297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 19.63%
G = 24.44%
B = 55.93%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#354297 (or 0x354297) is known color: Tory Blue. HEX triplet: 35, 42 and 97. RGB value is (53,66,151). Sum of RGB (Red+Green+Blue) = 53+66+151=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #354297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354297 is #CABD68. Grayscale: #474747. Windows color (decimal): -13286761 or 9912885. OLE color: 9912885.

HSL color Cylindrical-coordinate representation of color #354297: hue angle of 232.04º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354297 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 66 151 -
CMYK 0.65 0.56 0 0.41
HSL 232.04º 0.48% 0.4% -
HSV(B) 232.04º 0.65% 0.59% -
XYZ 9 6.89 30.13 -
YUV 71.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 53 66 151 0.65 0.56 0 0.41 232.04 0.48 0.4
Hex 35 42 97 41 38 0 29 E8 30 28
Octal 65 102 227 101 70 0 51 350 60 50
Binary 110101 1000010 10010111 1000001 111000 0 101001 11101000 110000 101000

Color Harmonies of #354297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354297

Black with #354297

Text Example


Text Example

White with #354297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354297; }

 p { color: rgb(53,66,151); }

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

background-color css

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

 a { background-color: rgb(53,66,151); }

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

border-color css

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

 span { border-color: rgb(53,66,151); }

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