Html Css Color HEX #345091 Tory Blue

📋 copy color: '#345091'

red 52 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #345091

Tints of Tory Blue #345091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 18.77%
G = 28.88%
B = 52.35%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345091 (or 0x345091) is known color: Tory Blue. HEX triplet: 34, 50 and 91. RGB value is (52,80,145). Sum of RGB (Red+Green+Blue) = 52+80+145=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #345091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345091 is #CBAF6E. Grayscale: #4E4E4E. Windows color (decimal): -13348719 or 9523252. OLE color: 9523252.

HSL color Cylindrical-coordinate representation of color #345091: hue angle of 221.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345091 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 80 145 -
CMYK 0.64 0.45 0 0.43
HSL 221.94º 0.47% 0.39% -
HSV(B) 221.94º 0.64% 0.57% -
XYZ 9.4 8.51 27.94 -
YUV 79.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 52 80 145 0.64 0.45 0 0.43 221.94 0.47 0.39
Hex 34 50 91 40 2D 0 2B DE 2F 27
Octal 64 120 221 100 55 0 53 336 57 47
Binary 110100 1010000 10010001 1000000 101101 0 101011 11011110 101111 100111

Color Harmonies of #345091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345091

Black with #345091

Text Example


Text Example

White with #345091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345091; }

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

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

background-color css

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

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

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

border-color css

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

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

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