Html Css Color HEX #345088 Tory Blue

📋 copy color: '#345088'

red 52 ◦ green 80 ◦ blue 136

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

Shades of Tory Blue #345088

Tints of Tory Blue #345088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.75%

R = 19.4%
G = 29.85%
B = 50.75%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#345088 (or 0x345088) is known color: Tory Blue. HEX triplet: 34, 50 and 88. RGB value is (52,80,136). Sum of RGB (Red+Green+Blue) = 52+80+136=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #345088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345088 is #CBAF77. Grayscale: #4D4D4D. Windows color (decimal): -13348728 or 8933428. OLE color: 8933428.

HSL color Cylindrical-coordinate representation of color #345088: hue angle of 220º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345088 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 80 136 -
CMYK 0.62 0.41 0 0.47
HSL 220º 0.45% 0.37% -
HSV(B) 220º 0.62% 0.53% -
XYZ 8.73 8.24 24.42 -
YUV 78.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 52 80 136 0.62 0.41 0 0.47 220 0.45 0.37
Hex 34 50 88 3E 29 0 2F DC 2D 25
Octal 64 120 210 76 51 0 57 334 55 45
Binary 110100 1010000 10001000 111110 101001 0 101111 11011100 101101 100101

Color Harmonies of #345088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345088

Black with #345088

Text Example


Text Example

White with #345088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345088; }

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

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

background-color css

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

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

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

border-color css

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

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

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