Html Css Color HEX #354A8A Tory Blue

📋 copy color: '#354A8A'

red 53 ◦ green 74 ◦ blue 138

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

Shades of Tory Blue #354A8A

Tints of Tory Blue #354A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 20%
G = 27.92%
B = 52.08%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354A8A (or 0x354A8A) is known color: Tory Blue. HEX triplet: 35, 4A and 8A. RGB value is (53,74,138). Sum of RGB (Red+Green+Blue) = 53+74+138=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #354A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A8A is #CAB575. Grayscale: #4A4A4A. Windows color (decimal): -13284726 or 9062965. OLE color: 9062965.

HSL color Cylindrical-coordinate representation of color #354A8A: hue angle of 225.18º 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 #354A8A is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 74 138 -
CMYK 0.62 0.46 0 0.46
HSL 225.18º 0.45% 0.37% -
HSV(B) 225.18º 0.62% 0.54% -
XYZ 8.5 7.49 25.04 -
YUV 75.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 53 74 138 0.62 0.46 0 0.46 225.18 0.45 0.37
Hex 35 4A 8A 3E 2E 0 2E E1 2D 25
Octal 65 112 212 76 56 0 56 341 55 45
Binary 110101 1001010 10001010 111110 101110 0 101110 11100001 101101 100101

Color Harmonies of #354A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A8A

Black with #354A8A

Text Example


Text Example

White with #354A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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