Html Css Color HEX #354689 Tory Blue

📋 copy color: '#354689'

red 53 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #354689

Tints of Tory Blue #354689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 20.38%
G = 26.92%
B = 52.69%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354689 (or 0x354689) is known color: Tory Blue. HEX triplet: 35, 46 and 89. RGB value is (53,70,137). Sum of RGB (Red+Green+Blue) = 53+70+137=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #354689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354689 is #CAB976. Grayscale: #484848. Windows color (decimal): -13285751 or 8996405. OLE color: 8996405.

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

Color convert

RGB 53 70 137 -
CMYK 0.61 0.49 0 0.46
HSL 227.86º 0.44% 0.37% -
HSV(B) 227.86º 0.61% 0.54% -
XYZ 8.17 6.94 24.58 -
YUV 72.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 53 70 137 0.61 0.49 0 0.46 227.86 0.44 0.37
Hex 35 46 89 3D 31 0 2E E4 2C 25
Octal 65 106 211 75 61 0 56 344 54 45
Binary 110101 1000110 10001001 111101 110001 0 101110 11100100 101100 100101

Color Harmonies of #354689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354689

Black with #354689

Text Example


Text Example

White with #354689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354689; }

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

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

background-color css

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

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

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

border-color css

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

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

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