Html Css Color HEX #354498 Tory Blue

📋 copy color: '#354498'

red 53 ◦ green 68 ◦ blue 152

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

Shades of Tory Blue #354498

Tints of Tory Blue #354498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 19.41%
G = 24.91%
B = 55.68%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#354498 (or 0x354498) is known color: Tory Blue. HEX triplet: 35, 44 and 98. RGB value is (53,68,152). Sum of RGB (Red+Green+Blue) = 53+68+152=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #354498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354498 is #CABB67. Grayscale: #484848. Windows color (decimal): -13286248 or 9978933. OLE color: 9978933.

HSL color Cylindrical-coordinate representation of color #354498: hue angle of 230.91º degrees, saturation: 0.48, 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 #354498 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 68 152 -
CMYK 0.65 0.55 0 0.40
HSL 230.91º 0.48% 0.4% -
HSV(B) 230.91º 0.65% 0.6% -
XYZ 9.2 7.16 30.6 -
YUV 73.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 53 68 152 0.65 0.55 0 0.40 230.91 0.48 0.4
Hex 35 44 98 41 37 0 28 E7 30 28
Octal 65 104 230 101 67 0 50 347 60 50
Binary 110101 1000100 10011000 1000001 110111 0 101000 11100111 110000 101000

Color Harmonies of #354498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354498

Black with #354498

Text Example


Text Example

White with #354498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354498; }

 p { color: rgb(53,68,152); }

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

background-color css

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

 a { background-color: rgb(53,68,152); }

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

border-color css

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

 span { border-color: rgb(53,68,152); }

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