Html Css Color HEX #354C9F Tory Blue

📋 copy color: '#354C9F'

red 53 ◦ green 76 ◦ blue 159

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

Shades of Tory Blue #354C9F

Tints of Tory Blue #354C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 18.4%
G = 26.39%
B = 55.21%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#354C9F (or 0x354C9F) is known color: Tory Blue. HEX triplet: 35, 4C and 9F. RGB value is (53,76,159). Sum of RGB (Red+Green+Blue) = 53+76+159=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #354C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C9F is #CAB360. Grayscale: #4E4E4E. Windows color (decimal): -13284193 or 10439733. OLE color: 10439733.

HSL color Cylindrical-coordinate representation of color #354C9F: hue angle of 226.98º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354C9F is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 76 159 -
CMYK 0.67 0.52 0 0.38
HSL 226.98º 0.5% 0.42% -
HSV(B) 226.98º 0.67% 0.62% -
XYZ 10.31 8.43 33.88 -
YUV 78.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 53 76 159 0.67 0.52 0 0.38 226.98 0.5 0.42
Hex 35 4C 9F 43 34 0 26 E3 32 2A
Octal 65 114 237 103 64 0 46 343 62 52
Binary 110101 1001100 10011111 1000011 110100 0 100110 11100011 110010 101010

Color Harmonies of #354C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C9F

Black with #354C9F

Text Example


Text Example

White with #354C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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