Html Css Color HEX #354789 Tory Blue

📋 copy color: '#354789'

red 53 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #354789

Tints of Tory Blue #354789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 20.31%
G = 27.2%
B = 52.49%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354789 (or 0x354789) is known color: Tory Blue. HEX triplet: 35, 47 and 89. RGB value is (53,71,137). Sum of RGB (Red+Green+Blue) = 53+71+137=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #354789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354789 is #CAB876. Grayscale: #484848. Windows color (decimal): -13285495 or 8996661. OLE color: 8996661.

HSL color Cylindrical-coordinate representation of color #354789: hue angle of 227.14º 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 #354789 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 71 137 -
CMYK 0.61 0.48 0 0.46
HSL 227.14º 0.44% 0.37% -
HSV(B) 227.14º 0.61% 0.54% -
XYZ 8.24 7.07 24.6 -
YUV 73.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 53 71 137 0.61 0.48 0 0.46 227.14 0.44 0.37
Hex 35 47 89 3D 30 0 2E E3 2C 25
Octal 65 107 211 75 60 0 56 343 54 45
Binary 110101 1000111 10001001 111101 110000 0 101110 11100011 101100 100101

Color Harmonies of #354789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354789

Black with #354789

Text Example


Text Example

White with #354789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354789; }

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

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

background-color css

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

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

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

border-color css

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

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

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