Html Css Color HEX #344A99 Tory Blue

📋 copy color: '#344A99'

red 52 ◦ green 74 ◦ blue 153

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

Shades of Tory Blue #344A99

Tints of Tory Blue #344A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 18.64%
G = 26.52%
B = 54.84%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#344A99 (or 0x344A99) is known color: Tory Blue. HEX triplet: 34, 4A and 99. RGB value is (52,74,153). Sum of RGB (Red+Green+Blue) = 52+74+153=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #344A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A99 is #CBB566. Grayscale: #4C4C4C. Windows color (decimal): -13350247 or 10046004. OLE color: 10046004.

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

Color convert

RGB 52 74 153 -
CMYK 0.66 0.52 0 0.4
HSL 226.93º 0.49% 0.4% -
HSV(B) 226.93º 0.66% 0.6% -
XYZ 9.61 7.93 31.16 -
YUV 76.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 52 74 153 0.66 0.52 0 0.4 226.93 0.49 0.4
Hex 34 4A 99 42 34 0 28 E3 31 28
Octal 64 112 231 102 64 0 50 343 61 50
Binary 110100 1001010 10011001 1000010 110100 0 101000 11100011 110001 101000

Color Harmonies of #344A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A99

Black with #344A99

Text Example


Text Example

White with #344A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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