Html Css Color HEX #354D8A Tory Blue

📋 copy color: '#354D8A'

red 53 ◦ green 77 ◦ blue 138

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

Shades of Tory Blue #354D8A

Tints of Tory Blue #354D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 19.78%
G = 28.73%
B = 51.49%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354D8A (or 0x354D8A) is known color: Tory Blue. HEX triplet: 35, 4D and 8A. RGB value is (53,77,138). Sum of RGB (Red+Green+Blue) = 53+77+138=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #354D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D8A is #CAB275. Grayscale: #4C4C4C. Windows color (decimal): -13283958 or 9063733. OLE color: 9063733.

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

Color convert

RGB 53 77 138 -
CMYK 0.62 0.44 0 0.46
HSL 223.06º 0.45% 0.37% -
HSV(B) 223.06º 0.62% 0.54% -
XYZ 8.71 7.9 25.11 -
YUV 76.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 53 77 138 0.62 0.44 0 0.46 223.06 0.45 0.37
Hex 35 4D 8A 3E 2C 0 2E DF 2D 25
Octal 65 115 212 76 54 0 56 337 55 45
Binary 110101 1001101 10001010 111110 101100 0 101110 11011111 101101 100101

Color Harmonies of #354D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D8A

Black with #354D8A

Text Example


Text Example

White with #354D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,138); }

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

background-color css

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

 a { background-color: rgb(53,77,138); }

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

border-color css

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

 span { border-color: rgb(53,77,138); }

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