Html Css Color HEX #334689 Tory Blue

📋 copy color: '#334689'

red 51 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #334689

Tints of Tory Blue #334689

RGB

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

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

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

R = 19.77%
G = 27.13%
B = 53.1%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#334689 (or 0x334689) is known color: Tory Blue. HEX triplet: 33, 46 and 89. RGB value is (51,70,137). Sum of RGB (Red+Green+Blue) = 51+70+137=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #334689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334689 is #CCB976. Grayscale: #474747. Windows color (decimal): -13416823 or 8996403. OLE color: 8996403.

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

Color convert

RGB 51 70 137 -
CMYK 0.63 0.49 0 0.46
HSL 226.74º 0.46% 0.37% -
HSV(B) 226.74º 0.63% 0.54% -
XYZ 8.07 6.89 24.57 -
YUV 71.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 51 70 137 0.63 0.49 0 0.46 226.74 0.46 0.37
Hex 33 46 89 3F 31 0 2E E3 2E 25
Octal 63 106 211 77 61 0 56 343 56 45
Binary 110011 1000110 10001001 111111 110001 0 101110 11100011 101110 100101

Color Harmonies of #334689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334689

Black with #334689

Text Example


Text Example

White with #334689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334689; }

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

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

background-color css

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

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

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

border-color css

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

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

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