Html Css Color HEX #344389 Tory Blue

📋 copy color: '#344389'

red 52 ◦ green 67 ◦ blue 137

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

Shades of Tory Blue #344389

Tints of Tory Blue #344389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 20.31%
G = 26.17%
B = 53.52%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344389 (or 0x344389) is known color: Tory Blue. HEX triplet: 34, 43 and 89. RGB value is (52,67,137). Sum of RGB (Red+Green+Blue) = 52+67+137=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #344389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344389 is #CBBC76. Grayscale: #464646. Windows color (decimal): -13352055 or 8995636. OLE color: 8995636.

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

Color convert

RGB 52 67 137 -
CMYK 0.62 0.51 0 0.46
HSL 229.41º 0.45% 0.37% -
HSV(B) 229.41º 0.62% 0.54% -
XYZ 7.94 6.55 24.51 -
YUV 70.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 52 67 137 0.62 0.51 0 0.46 229.41 0.45 0.37
Hex 34 43 89 3E 33 0 2E E5 2D 25
Octal 64 103 211 76 63 0 56 345 55 45
Binary 110100 1000011 10001001 111110 110011 0 101110 11100101 101101 100101

Color Harmonies of #344389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344389

Black with #344389

Text Example


Text Example

White with #344389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344389; }

 p { color: rgb(52,67,137); }

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

background-color css

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

 a { background-color: rgb(52,67,137); }

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

border-color css

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

 span { border-color: rgb(52,67,137); }

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