Html Css Color HEX #34508B Tory Blue

📋 copy color: '#34508B'

red 52 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #34508B

Tints of Tory Blue #34508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 19.19%
G = 29.52%
B = 51.29%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34508B (or 0x34508B) is known color: Tory Blue. HEX triplet: 34, 50 and 8B. RGB value is (52,80,139). Sum of RGB (Red+Green+Blue) = 52+80+139=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #34508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508B is #CBAF74. Grayscale: #4E4E4E. Windows color (decimal): -13348725 or 9130036. OLE color: 9130036.

HSL color Cylindrical-coordinate representation of color #34508B: hue angle of 220.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34508B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 80 139 -
CMYK 0.63 0.42 0 0.45
HSL 220.69º 0.46% 0.37% -
HSV(B) 220.69º 0.63% 0.55% -
XYZ 8.95 8.33 25.56 -
YUV 78.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 52 80 139 0.63 0.42 0 0.45 220.69 0.46 0.37
Hex 34 50 8B 3F 2A 0 2D DD 2E 25
Octal 64 120 213 77 52 0 55 335 56 45
Binary 110100 1010000 10001011 111111 101010 0 101101 11011101 101110 100101

Color Harmonies of #34508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34508B

Black with #34508B

Text Example


Text Example

White with #34508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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