Html Css Color HEX #345089 Tory Blue

📋 copy color: '#345089'

red 52 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #345089

Tints of Tory Blue #345089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 19.33%
G = 29.74%
B = 50.93%

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

#345089 (or 0x345089) is known color: Tory Blue. HEX triplet: 34, 50 and 89. RGB value is (52,80,137). Sum of RGB (Red+Green+Blue) = 52+80+137=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #345089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345089 is #CBAF76. Grayscale: #4D4D4D. Windows color (decimal): -13348727 or 8998964. OLE color: 8998964.

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

Color convert

RGB 52 80 137 -
CMYK 0.62 0.42 0 0.46
HSL 220.24º 0.45% 0.37% -
HSV(B) 220.24º 0.62% 0.54% -
XYZ 8.8 8.27 24.8 -
YUV 78.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 52 80 137 0.62 0.42 0 0.46 220.24 0.45 0.37
Hex 34 50 89 3E 2A 0 2E DC 2D 25
Octal 64 120 211 76 52 0 56 334 55 45
Binary 110100 1010000 10001001 111110 101010 0 101110 11011100 101101 100101

Color Harmonies of #345089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345089

Black with #345089

Text Example


Text Example

White with #345089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345089; }

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

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

background-color css

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

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

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

border-color css

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

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

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