Html Css Color HEX #344F99 Tory Blue

📋 copy color: '#344F99'

red 52 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #344F99

Tints of Tory Blue #344F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 18.31%
G = 27.82%
B = 53.87%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#344F99 (or 0x344F99) is known color: Tory Blue. HEX triplet: 34, 4F and 99. RGB value is (52,79,153). Sum of RGB (Red+Green+Blue) = 52+79+153=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #344F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F99 is #CBB066. Grayscale: #4F4F4F. Windows color (decimal): -13348967 or 10047284. OLE color: 10047284.

HSL color Cylindrical-coordinate representation of color #344F99: hue angle of 223.96º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344F99 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 79 153 -
CMYK 0.66 0.48 0 0.4
HSL 223.96º 0.49% 0.4% -
HSV(B) 223.96º 0.66% 0.6% -
XYZ 9.96 8.62 31.28 -
YUV 79.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 52 79 153 0.66 0.48 0 0.4 223.96 0.49 0.4
Hex 34 4F 99 42 30 0 28 E0 31 28
Octal 64 117 231 102 60 0 50 340 61 50
Binary 110100 1001111 10011001 1000010 110000 0 101000 11100000 110001 101000

Color Harmonies of #344F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F99

Black with #344F99

Text Example


Text Example

White with #344F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,79,153); }

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

background-color css

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

 a { background-color: rgb(52,79,153); }

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

border-color css

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

 span { border-color: rgb(52,79,153); }

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