Html Css Color HEX #344496 Tory Blue

📋 copy color: '#344496'

red 52 ◦ green 68 ◦ blue 150

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

Shades of Tory Blue #344496

Tints of Tory Blue #344496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 19.26%
G = 25.19%
B = 55.56%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#344496 (or 0x344496) is known color: Tory Blue. HEX triplet: 34, 44 and 96. RGB value is (52,68,150). Sum of RGB (Red+Green+Blue) = 52+68+150=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #344496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344496 is #CBBB69. Grayscale: #484848. Windows color (decimal): -13351786 or 9847860. OLE color: 9847860.

HSL color Cylindrical-coordinate representation of color #344496: hue angle of 230.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344496 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 68 150 -
CMYK 0.65 0.55 0 0.41
HSL 230.2º 0.49% 0.4% -
HSV(B) 230.2º 0.65% 0.59% -
XYZ 8.99 7.07 29.74 -
YUV 72.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 52 68 150 0.65 0.55 0 0.41 230.2 0.49 0.4
Hex 34 44 96 41 37 0 29 E6 31 28
Octal 64 104 226 101 67 0 51 346 61 50
Binary 110100 1000100 10010110 1000001 110111 0 101001 11100110 110001 101000

Color Harmonies of #344496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344496

Black with #344496

Text Example


Text Example

White with #344496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344496; }

 p { color: rgb(52,68,150); }

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

background-color css

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

 a { background-color: rgb(52,68,150); }

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

border-color css

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

 span { border-color: rgb(52,68,150); }

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