Html Css Color HEX #344DA3 Tory Blue

📋 copy color: '#344DA3'

red 52 ◦ green 77 ◦ blue 163

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

Shades of Tory Blue #344DA3

Tints of Tory Blue #344DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 55.82%

R = 17.81%
G = 26.37%
B = 55.82%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#344DA3 (or 0x344DA3) is known color: Tory Blue. HEX triplet: 34, 4D and A3. RGB value is (52,77,163). Sum of RGB (Red+Green+Blue) = 52+77+163=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #344DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DA3 is #CBB25C. Grayscale: #4E4E4E. Windows color (decimal): -13349469 or 10702132. OLE color: 10702132.

HSL color Cylindrical-coordinate representation of color #344DA3: hue angle of 226.49º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344DA3 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 77 163 -
CMYK 0.68 0.53 0 0.36
HSL 226.49º 0.52% 0.42% -
HSV(B) 226.49º 0.68% 0.64% -
XYZ 10.68 8.68 35.76 -
YUV 79.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 52 77 163 0.68 0.53 0 0.36 226.49 0.52 0.42
Hex 34 4D A3 44 35 0 24 E2 34 2A
Octal 64 115 243 104 65 0 44 342 64 52
Binary 110100 1001101 10100011 1000100 110101 0 100100 11100010 110100 101010

Color Harmonies of #344DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DA3

Black with #344DA3

Text Example


Text Example

White with #344DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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