Html Css Color HEX #344D99 Tory Blue

📋 copy color: '#344D99'

red 52 ◦ green 77 ◦ blue 153

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

Shades of Tory Blue #344D99

Tints of Tory Blue #344D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 18.44%
G = 27.3%
B = 54.26%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#344D99 (or 0x344D99) is known color: Tory Blue. HEX triplet: 34, 4D and 99. RGB value is (52,77,153). Sum of RGB (Red+Green+Blue) = 52+77+153=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #344D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D99 is #CBB266. Grayscale: #4D4D4D. Windows color (decimal): -13349479 or 10046772. OLE color: 10046772.

HSL color Cylindrical-coordinate representation of color #344D99: hue angle of 225.15º 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 #344D99 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 77 153 -
CMYK 0.66 0.50 0 0.4
HSL 225.15º 0.49% 0.4% -
HSV(B) 225.15º 0.66% 0.6% -
XYZ 9.82 8.34 31.23 -
YUV 78.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 52 77 153 0.66 0.50 0 0.4 225.15 0.49 0.4
Hex 34 4D 99 42 32 0 28 E1 31 28
Octal 64 115 231 102 62 0 50 341 61 50
Binary 110100 1001101 10011001 1000010 110010 0 101000 11100001 110001 101000

Color Harmonies of #344D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D99

Black with #344D99

Text Example


Text Example

White with #344D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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