Html Css Color HEX #344094 Tory Blue

📋 copy color: '#344094'

red 52 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #344094

Tints of Tory Blue #344094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 19.7%
G = 24.24%
B = 56.06%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344094 (or 0x344094) is known color: Tory Blue. HEX triplet: 34, 40 and 94. RGB value is (52,64,148). Sum of RGB (Red+Green+Blue) = 52+64+148=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #344094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344094 is #CBBF6B. Grayscale: #454545. Windows color (decimal): -13352812 or 9715764. OLE color: 9715764.

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

Color convert

RGB 52 64 148 -
CMYK 0.65 0.57 0 0.42
HSL 232.5º 0.48% 0.39% -
HSV(B) 232.5º 0.65% 0.58% -
XYZ 8.59 6.53 28.83 -
YUV 69.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 52 64 148 0.65 0.57 0 0.42 232.5 0.48 0.39
Hex 34 40 94 41 39 0 2A E8 30 27
Octal 64 100 224 101 71 0 52 350 60 47
Binary 110100 1000000 10010100 1000001 111001 0 101010 11101000 110000 100111

Color Harmonies of #344094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344094

Black with #344094

Text Example


Text Example

White with #344094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344094; }

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

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

background-color css

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

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

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

border-color css

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

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

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