Html Css Color HEX #354399 Tory Blue

📋 copy color: '#354399'

red 53 ◦ green 67 ◦ blue 153

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

Shades of Tory Blue #354399

Tints of Tory Blue #354399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 19.41%
G = 24.54%
B = 56.04%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#354399 (or 0x354399) is known color: Tory Blue. HEX triplet: 35, 43 and 99. RGB value is (53,67,153). Sum of RGB (Red+Green+Blue) = 53+67+153=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #354399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354399 is #CABC66. Grayscale: #484848. Windows color (decimal): -13286503 or 10044213. OLE color: 10044213.

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

Color convert

RGB 53 67 153 -
CMYK 0.65 0.56 0 0.4
HSL 231.6º 0.49% 0.4% -
HSV(B) 231.6º 0.65% 0.6% -
XYZ 9.23 7.07 31.02 -
YUV 72.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 53 67 153 0.65 0.56 0 0.4 231.6 0.49 0.4
Hex 35 43 99 41 38 0 28 E8 31 28
Octal 65 103 231 101 70 0 50 350 61 50
Binary 110101 1000011 10011001 1000001 111000 0 101000 11101000 110001 101000

Color Harmonies of #354399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354399

Black with #354399

Text Example


Text Example

White with #354399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354399; }

 p { color: rgb(53,67,153); }

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

background-color css

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

 a { background-color: rgb(53,67,153); }

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

border-color css

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

 span { border-color: rgb(53,67,153); }

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