Html Css Color HEX #334789 Tory Blue

📋 copy color: '#334789'

red 51 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #334789

Tints of Tory Blue #334789

RGB

 RED value IS 51 (20.31% from 255) = 19.69%

 GREEN value IS 71 (28.13% from 255) = 27.41%

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

R = 19.69%
G = 27.41%
B = 52.9%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#334789 (or 0x334789) is known color: Tory Blue. HEX triplet: 33, 47 and 89. RGB value is (51,71,137). Sum of RGB (Red+Green+Blue) = 51+71+137=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #334789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334789 is #CCB876. Grayscale: #484848. Windows color (decimal): -13416567 or 8996659. OLE color: 8996659.

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

Color convert

RGB 51 71 137 -
CMYK 0.63 0.48 0 0.46
HSL 226.05º 0.46% 0.37% -
HSV(B) 226.05º 0.63% 0.54% -
XYZ 8.13 7.02 24.59 -
YUV 72.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 51 71 137 0.63 0.48 0 0.46 226.05 0.46 0.37
Hex 33 47 89 3F 30 0 2E E2 2E 25
Octal 63 107 211 77 60 0 56 342 56 45
Binary 110011 1000111 10001001 111111 110000 0 101110 11100010 101110 100101

Color Harmonies of #334789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334789

Black with #334789

Text Example


Text Example

White with #334789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334789; }

 p { color: rgb(51,71,137); }

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

background-color css

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

 a { background-color: rgb(51,71,137); }

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

border-color css

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

 span { border-color: rgb(51,71,137); }

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