Html Css Color HEX #344685 Tory Blue

📋 copy color: '#344685'

red 52 ◦ green 70 ◦ blue 133

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

Shades of Tory Blue #344685

Tints of Tory Blue #344685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 20.39%
G = 27.45%
B = 52.16%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344685 (or 0x344685) is known color: Tory Blue. HEX triplet: 34, 46 and 85. RGB value is (52,70,133). Sum of RGB (Red+Green+Blue) = 52+70+133=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #344685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344685 is #CBB97A. Grayscale: #474747. Windows color (decimal): -13351291 or 8734260. OLE color: 8734260.

HSL color Cylindrical-coordinate representation of color #344685: hue angle of 226.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344685 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 70 133 -
CMYK 0.61 0.47 0 0.48
HSL 226.67º 0.44% 0.36% -
HSV(B) 226.67º 0.61% 0.52% -
XYZ 7.84 6.8 23.09 -
YUV 71.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 52 70 133 0.61 0.47 0 0.48 226.67 0.44 0.36
Hex 34 46 85 3D 2F 0 30 E3 2C 24
Octal 64 106 205 75 57 0 60 343 54 44
Binary 110100 1000110 10000101 111101 101111 0 110000 11100011 101100 100100

Color Harmonies of #344685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344685

Black with #344685

Text Example


Text Example

White with #344685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344685; }

 p { color: rgb(52,70,133); }

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

background-color css

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

 a { background-color: rgb(52,70,133); }

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

border-color css

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

 span { border-color: rgb(52,70,133); }

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