Html Css Color HEX #344694 Tory Blue

📋 copy color: '#344694'

red 52 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #344694

Tints of Tory Blue #344694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 19.26%
G = 25.93%
B = 54.81%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344694 (or 0x344694) is known color: Tory Blue. HEX triplet: 34, 46 and 94. RGB value is (52,70,148). Sum of RGB (Red+Green+Blue) = 52+70+148=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #344694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344694 is #CBB96B. Grayscale: #494949. Windows color (decimal): -13351276 or 9717300. OLE color: 9717300.

HSL color Cylindrical-coordinate representation of color #344694: hue angle of 228.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344694 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 70 148 -
CMYK 0.65 0.53 0 0.42
HSL 228.75º 0.48% 0.39% -
HSV(B) 228.75º 0.65% 0.58% -
XYZ 8.95 7.25 28.94 -
YUV 73.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 52 70 148 0.65 0.53 0 0.42 228.75 0.48 0.39
Hex 34 46 94 41 35 0 2A E5 30 27
Octal 64 106 224 101 65 0 52 345 60 47
Binary 110100 1000110 10010100 1000001 110101 0 101010 11100101 110000 100111

Color Harmonies of #344694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344694

Black with #344694

Text Example


Text Example

White with #344694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344694; }

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

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

background-color css

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

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

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

border-color css

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

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

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