Html Css Color HEX #354F90 Tory Blue

📋 copy color: '#354F90'

red 53 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #354F90

Tints of Tory Blue #354F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 19.2%
G = 28.62%
B = 52.17%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#354F90 (or 0x354F90) is known color: Tory Blue. HEX triplet: 35, 4F and 90. RGB value is (53,79,144). Sum of RGB (Red+Green+Blue) = 53+79+144=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #354F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F90 is #CAB06F. Grayscale: #4E4E4E. Windows color (decimal): -13283440 or 9457461. OLE color: 9457461.

HSL color Cylindrical-coordinate representation of color #354F90: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354F90 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 79 144 -
CMYK 0.63 0.45 0 0.44
HSL 222.86º 0.46% 0.39% -
HSV(B) 222.86º 0.63% 0.56% -
XYZ 9.3 8.36 27.51 -
YUV 78.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 53 79 144 0.63 0.45 0 0.44 222.86 0.46 0.39
Hex 35 4F 90 3F 2D 0 2C DF 2E 27
Octal 65 117 220 77 55 0 54 337 56 47
Binary 110101 1001111 10010000 111111 101101 0 101100 11011111 101110 100111

Color Harmonies of #354F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F90

Black with #354F90

Text Example


Text Example

White with #354F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354F90; }

 p { color: rgb(53,79,144); }

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

background-color css

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

 a { background-color: rgb(53,79,144); }

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

border-color css

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

 span { border-color: rgb(53,79,144); }

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