Html Css Color HEX #344196 Tory Blue

📋 copy color: '#344196'

red 52 ◦ green 65 ◦ blue 150

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

Shades of Tory Blue #344196

Tints of Tory Blue #344196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 19.48%
G = 24.34%
B = 56.18%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#344196 (or 0x344196) is known color: Tory Blue. HEX triplet: 34, 41 and 96. RGB value is (52,65,150). Sum of RGB (Red+Green+Blue) = 52+65+150=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #344196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344196 is #CBBE69. Grayscale: #464646. Windows color (decimal): -13352554 or 9847092. OLE color: 9847092.

HSL color Cylindrical-coordinate representation of color #344196: hue angle of 232.04º 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 #344196 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 65 150 -
CMYK 0.65 0.57 0 0.41
HSL 232.04º 0.49% 0.4% -
HSV(B) 232.04º 0.65% 0.59% -
XYZ 8.81 6.71 29.69 -
YUV 70.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 52 65 150 0.65 0.57 0 0.41 232.04 0.49 0.4
Hex 34 41 96 41 39 0 29 E8 31 28
Octal 64 101 226 101 71 0 51 350 61 50
Binary 110100 1000001 10010110 1000001 111001 0 101001 11101000 110001 101000

Color Harmonies of #344196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344196

Black with #344196

Text Example


Text Example

White with #344196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344196; }

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

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

background-color css

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

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

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

border-color css

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

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

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