Html Css Color HEX #344688 Tory Blue

📋 copy color: '#344688'

red 52 ◦ green 70 ◦ blue 136

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

Shades of Tory Blue #344688

Tints of Tory Blue #344688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 20.16%
G = 27.13%
B = 52.71%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344688 (or 0x344688) is known color: Tory Blue. HEX triplet: 34, 46 and 88. RGB value is (52,70,136). Sum of RGB (Red+Green+Blue) = 52+70+136=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #344688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344688 is #CBB977. Grayscale: #474747. Windows color (decimal): -13351288 or 8930868. OLE color: 8930868.

HSL color Cylindrical-coordinate representation of color #344688: hue angle of 227.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344688 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 70 136 -
CMYK 0.62 0.49 0 0.47
HSL 227.14º 0.45% 0.37% -
HSV(B) 227.14º 0.62% 0.53% -
XYZ 8.05 6.89 24.2 -
YUV 72.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 52 70 136 0.62 0.49 0 0.47 227.14 0.45 0.37
Hex 34 46 88 3E 31 0 2F E3 2D 25
Octal 64 106 210 76 61 0 57 343 55 45
Binary 110100 1000110 10001000 111110 110001 0 101111 11100011 101101 100101

Color Harmonies of #344688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344688

Black with #344688

Text Example


Text Example

White with #344688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344688; }

 p { color: rgb(52,70,136); }

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

background-color css

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

 a { background-color: rgb(52,70,136); }

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

border-color css

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

 span { border-color: rgb(52,70,136); }

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