Html Css Color HEX #344D9F Tory Blue

📋 copy color: '#344D9F'

red 52 ◦ green 77 ◦ blue 159

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

Shades of Tory Blue #344D9F

Tints of Tory Blue #344D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 18.06%
G = 26.74%
B = 55.21%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#344D9F (or 0x344D9F) is known color: Tory Blue. HEX triplet: 34, 4D and 9F. RGB value is (52,77,159). Sum of RGB (Red+Green+Blue) = 52+77+159=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #344D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D9F is #CBB260. Grayscale: #4E4E4E. Windows color (decimal): -13349473 or 10439988. OLE color: 10439988.

HSL color Cylindrical-coordinate representation of color #344D9F: hue angle of 225.98º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #344D9F is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 77 159 -
CMYK 0.67 0.52 0 0.38
HSL 225.98º 0.51% 0.41% -
HSV(B) 225.98º 0.67% 0.62% -
XYZ 10.33 8.54 33.91 -
YUV 78.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 52 77 159 0.67 0.52 0 0.38 225.98 0.51 0.41
Hex 34 4D 9F 43 34 0 26 E2 33 29
Octal 64 115 237 103 64 0 46 342 63 51
Binary 110100 1001101 10011111 1000011 110100 0 100110 11100010 110011 101001

Color Harmonies of #344D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D9F

Black with #344D9F

Text Example


Text Example

White with #344D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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