Html Css Color HEX #334589 Tory Blue

📋 copy color: '#334589'

red 51 ◦ green 69 ◦ blue 137

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

Shades of Tory Blue #334589

Tints of Tory Blue #334589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 19.84%
G = 26.85%
B = 53.31%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#334589 (or 0x334589) is known color: Tory Blue. HEX triplet: 33, 45 and 89. RGB value is (51,69,137). Sum of RGB (Red+Green+Blue) = 51+69+137=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #334589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334589 is #CCBA76. Grayscale: #474747. Windows color (decimal): -13417079 or 8996147. OLE color: 8996147.

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

Color convert

RGB 51 69 137 -
CMYK 0.63 0.50 0 0.46
HSL 227.44º 0.46% 0.37% -
HSV(B) 227.44º 0.63% 0.54% -
XYZ 8.01 6.77 24.55 -
YUV 71.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 51 69 137 0.63 0.50 0 0.46 227.44 0.46 0.37
Hex 33 45 89 3F 32 0 2E E3 2E 25
Octal 63 105 211 77 62 0 56 343 56 45
Binary 110011 1000101 10001001 111111 110010 0 101110 11100011 101110 100101

Color Harmonies of #334589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334589

Black with #334589

Text Example


Text Example

White with #334589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334589; }

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

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

background-color css

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

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

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

border-color css

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

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

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