Html Css Color HEX #34508E Tory Blue

📋 copy color: '#34508E'

red 52 ◦ green 80 ◦ blue 142

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

Shades of Tory Blue #34508E

Tints of Tory Blue #34508E

RGB

 RED value IS 52 (20.7% from 255) = 18.98%

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 18.98%
G = 29.2%
B = 51.82%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34508E (or 0x34508E) is known color: Tory Blue. HEX triplet: 34, 50 and 8E. RGB value is (52,80,142). Sum of RGB (Red+Green+Blue) = 52+80+142=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #34508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508E is #CBAF71. Grayscale: #4E4E4E. Windows color (decimal): -13348722 or 9326644. OLE color: 9326644.

HSL color Cylindrical-coordinate representation of color #34508E: hue angle of 221.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34508E is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 80 142 -
CMYK 0.63 0.44 0 0.44
HSL 221.33º 0.46% 0.38% -
HSV(B) 221.33º 0.63% 0.56% -
XYZ 9.17 8.42 26.73 -
YUV 78.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 52 80 142 0.63 0.44 0 0.44 221.33 0.46 0.38
Hex 34 50 8E 3F 2C 0 2C DD 2E 26
Octal 64 120 216 77 54 0 54 335 56 46
Binary 110100 1010000 10001110 111111 101100 0 101100 11011101 101110 100110

Color Harmonies of #34508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34508E

Black with #34508E

Text Example


Text Example

White with #34508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34508E; }

 p { color: rgb(52,80,142); }

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

background-color css

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

 a { background-color: rgb(52,80,142); }

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

border-color css

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

 span { border-color: rgb(52,80,142); }

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