Html Css Color HEX #344C94 Tory Blue

📋 copy color: '#344C94'

red 52 ◦ green 76 ◦ blue 148

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

Shades of Tory Blue #344C94

Tints of Tory Blue #344C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 18.84%
G = 27.54%
B = 53.62%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344C94 (or 0x344C94) is known color: Tory Blue. HEX triplet: 34, 4C and 94. RGB value is (52,76,148). Sum of RGB (Red+Green+Blue) = 52+76+148=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #344C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C94 is #CBB36B. Grayscale: #4C4C4C. Windows color (decimal): -13349740 or 9718836. OLE color: 9718836.

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

Color convert

RGB 52 76 148 -
CMYK 0.65 0.49 0 0.42
HSL 225º 0.48% 0.39% -
HSV(B) 225º 0.65% 0.58% -
XYZ 9.35 8.04 29.08 -
YUV 77.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 52 76 148 0.65 0.49 0 0.42 225 0.48 0.39
Hex 34 4C 94 41 31 0 2A E1 30 27
Octal 64 114 224 101 61 0 52 341 60 47
Binary 110100 1001100 10010100 1000001 110001 0 101010 11100001 110000 100111

Color Harmonies of #344C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C94

Black with #344C94

Text Example


Text Example

White with #344C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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