Html Css Color HEX #34508A Tory Blue

📋 copy color: '#34508A'

red 52 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #34508A

Tints of Tory Blue #34508A

RGB

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

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

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

R = 19.26%
G = 29.63%
B = 51.11%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34508A (or 0x34508A) is known color: Tory Blue. HEX triplet: 34, 50 and 8A. RGB value is (52,80,138). Sum of RGB (Red+Green+Blue) = 52+80+138=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #34508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508A is #CBAF75. Grayscale: #4D4D4D. Windows color (decimal): -13348726 or 9064500. OLE color: 9064500.

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

Color convert

RGB 52 80 138 -
CMYK 0.62 0.42 0 0.46
HSL 220.47º 0.45% 0.37% -
HSV(B) 220.47º 0.62% 0.54% -
XYZ 8.87 8.3 25.18 -
YUV 78.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 52 80 138 0.62 0.42 0 0.46 220.47 0.45 0.37
Hex 34 50 8A 3E 2A 0 2E DC 2D 25
Octal 64 120 212 76 52 0 56 334 55 45
Binary 110100 1010000 10001010 111110 101010 0 101110 11011100 101101 100101

Color Harmonies of #34508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34508A

Black with #34508A

Text Example


Text Example

White with #34508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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