Html Css Color HEX #344C8B Tory Blue

📋 copy color: '#344C8B'

red 52 ◦ green 76 ◦ blue 139

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

Shades of Tory Blue #344C8B

Tints of Tory Blue #344C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 19.48%
G = 28.46%
B = 52.06%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#344C8B (or 0x344C8B) is known color: Tory Blue. HEX triplet: 34, 4C and 8B. RGB value is (52,76,139). Sum of RGB (Red+Green+Blue) = 52+76+139=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #344C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C8B is #CBB374. Grayscale: #4B4B4B. Windows color (decimal): -13349749 or 9129012. OLE color: 9129012.

HSL color Cylindrical-coordinate representation of color #344C8B: hue angle of 223.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344C8B is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 76 139 -
CMYK 0.63 0.45 0 0.45
HSL 223.45º 0.46% 0.37% -
HSV(B) 223.45º 0.63% 0.55% -
XYZ 8.66 7.76 25.47 -
YUV 76.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 52 76 139 0.63 0.45 0 0.45 223.45 0.46 0.37
Hex 34 4C 8B 3F 2D 0 2D DF 2E 25
Octal 64 114 213 77 55 0 55 337 56 45
Binary 110100 1001100 10001011 111111 101101 0 101101 11011111 101110 100101

Color Harmonies of #344C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C8B

Black with #344C8B

Text Example


Text Example

White with #344C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,139); }

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

background-color css

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

 a { background-color: rgb(52,76,139); }

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

border-color css

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

 span { border-color: rgb(52,76,139); }

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