Html Css Color HEX #345590 Tory Blue

📋 copy color: '#345590'

red 52 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #345590

Tints of Tory Blue #345590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 18.51%
G = 30.25%
B = 51.25%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345590 (or 0x345590) is known color: Tory Blue. HEX triplet: 34, 55 and 90. RGB value is (52,85,144). Sum of RGB (Red+Green+Blue) = 52+85+144=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #345590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345590 is #CBAA6F. Grayscale: #515151. Windows color (decimal): -13347440 or 9458996. OLE color: 9458996.

HSL color Cylindrical-coordinate representation of color #345590: hue angle of 218.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345590 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 85 144 -
CMYK 0.64 0.41 0 0.44
HSL 218.48º 0.47% 0.38% -
HSV(B) 218.48º 0.64% 0.56% -
XYZ 9.7 9.24 27.66 -
YUV 81.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 52 85 144 0.64 0.41 0 0.44 218.48 0.47 0.38
Hex 34 55 90 40 29 0 2C DA 2F 26
Octal 64 125 220 100 51 0 54 332 57 46
Binary 110100 1010101 10010000 1000000 101001 0 101100 11011010 101111 100110

Color Harmonies of #345590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345590

Black with #345590

Text Example


Text Example

White with #345590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345590; }

 p { color: rgb(52,85,144); }

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

background-color css

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

 a { background-color: rgb(52,85,144); }

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

border-color css

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

 span { border-color: rgb(52,85,144); }

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