Html Css Color HEX #354C8D Tory Blue

📋 copy color: '#354C8D'

red 53 ◦ green 76 ◦ blue 141

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

Shades of Tory Blue #354C8D

Tints of Tory Blue #354C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 19.63%
G = 28.15%
B = 52.22%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#354C8D (or 0x354C8D) is known color: Tory Blue. HEX triplet: 35, 4C and 8D. RGB value is (53,76,141). Sum of RGB (Red+Green+Blue) = 53+76+141=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #354C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C8D is #CAB372. Grayscale: #4C4C4C. Windows color (decimal): -13284211 or 9260085. OLE color: 9260085.

HSL color Cylindrical-coordinate representation of color #354C8D: hue angle of 224.32º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354C8D is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 76 141 -
CMYK 0.62 0.46 0 0.45
HSL 224.32º 0.45% 0.38% -
HSV(B) 224.32º 0.62% 0.55% -
XYZ 8.86 7.85 26.25 -
YUV 76.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 53 76 141 0.62 0.46 0 0.45 224.32 0.45 0.38
Hex 35 4C 8D 3E 2E 0 2D E0 2D 26
Octal 65 114 215 76 56 0 55 340 55 46
Binary 110101 1001100 10001101 111110 101110 0 101101 11100000 101101 100110

Color Harmonies of #354C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C8D

Black with #354C8D

Text Example


Text Example

White with #354C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,141); }

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

background-color css

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

 a { background-color: rgb(53,76,141); }

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

border-color css

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

 span { border-color: rgb(53,76,141); }

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