Html Css Color HEX #354289 Tory Blue

📋 copy color: '#354289'

red 53 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #354289

Tints of Tory Blue #354289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 20.7%
G = 25.78%
B = 53.52%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354289 (or 0x354289) is known color: Tory Blue. HEX triplet: 35, 42 and 89. RGB value is (53,66,137). Sum of RGB (Red+Green+Blue) = 53+66+137=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #354289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354289 is #CABD76. Grayscale: #454545. Windows color (decimal): -13286775 or 8995381. OLE color: 8995381.

HSL color Cylindrical-coordinate representation of color #354289: hue angle of 230.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354289 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 66 137 -
CMYK 0.61 0.52 0 0.46
HSL 230.71º 0.44% 0.37% -
HSV(B) 230.71º 0.61% 0.54% -
XYZ 7.93 6.46 24.5 -
YUV 70.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 53 66 137 0.61 0.52 0 0.46 230.71 0.44 0.37
Hex 35 42 89 3D 34 0 2E E7 2C 25
Octal 65 102 211 75 64 0 56 347 54 45
Binary 110101 1000010 10001001 111101 110100 0 101110 11100111 101100 100101

Color Harmonies of #354289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354289

Black with #354289

Text Example


Text Example

White with #354289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354289; }

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

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

background-color css

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

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

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

border-color css

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

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

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