Html Css Color HEX #344889 Tory Blue

📋 copy color: '#344889'

red 52 ◦ green 72 ◦ blue 137

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

Shades of Tory Blue #344889

Tints of Tory Blue #344889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 19.92%
G = 27.59%
B = 52.49%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344889 (or 0x344889) is known color: Tory Blue. HEX triplet: 34, 48 and 89. RGB value is (52,72,137). Sum of RGB (Red+Green+Blue) = 52+72+137=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #344889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344889 is #CBB776. Grayscale: #494949. Windows color (decimal): -13350775 or 8996916. OLE color: 8996916.

HSL color Cylindrical-coordinate representation of color #344889: hue angle of 225.88º 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 #344889 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 72 137 -
CMYK 0.62 0.47 0 0.46
HSL 225.88º 0.45% 0.37% -
HSV(B) 225.88º 0.62% 0.54% -
XYZ 8.25 7.17 24.62 -
YUV 73.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 52 72 137 0.62 0.47 0 0.46 225.88 0.45 0.37
Hex 34 48 89 3E 2F 0 2E E2 2D 25
Octal 64 110 211 76 57 0 56 342 55 45
Binary 110100 1001000 10001001 111110 101111 0 101110 11100010 101101 100101

Color Harmonies of #344889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344889

Black with #344889

Text Example


Text Example

White with #344889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344889; }

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

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

background-color css

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

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

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

border-color css

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

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

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