Html Css Color HEX #345099 Tory Blue

📋 copy color: '#345099'

red 52 ◦ green 80 ◦ blue 153

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

Shades of Tory Blue #345099

Tints of Tory Blue #345099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 18.25%
G = 28.07%
B = 53.68%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#345099 (or 0x345099) is known color: Tory Blue. HEX triplet: 34, 50 and 99. RGB value is (52,80,153). Sum of RGB (Red+Green+Blue) = 52+80+153=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #345099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345099 is #CBAF66. Grayscale: #4F4F4F. Windows color (decimal): -13348711 or 10047540. OLE color: 10047540.

HSL color Cylindrical-coordinate representation of color #345099: hue angle of 223.37º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345099 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 80 153 -
CMYK 0.66 0.48 0 0.4
HSL 223.37º 0.49% 0.4% -
HSV(B) 223.37º 0.66% 0.6% -
XYZ 10.03 8.77 31.3 -
YUV 79.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 52 80 153 0.66 0.48 0 0.4 223.37 0.49 0.4
Hex 34 50 99 42 30 0 28 DF 31 28
Octal 64 120 231 102 60 0 50 337 61 50
Binary 110100 1010000 10011001 1000010 110000 0 101000 11011111 110001 101000

Color Harmonies of #345099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345099

Black with #345099

Text Example


Text Example

White with #345099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345099; }

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

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

background-color css

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

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

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

border-color css

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

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

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