Html Css Color HEX #334890 Tory Blue

📋 copy color: '#334890'

red 51 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #334890

Tints of Tory Blue #334890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 19.1%
G = 26.97%
B = 53.93%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334890 (or 0x334890) is known color: Tory Blue. HEX triplet: 33, 48 and 90. RGB value is (51,72,144). Sum of RGB (Red+Green+Blue) = 51+72+144=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #334890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334890 is #CCB76F. Grayscale: #494949. Windows color (decimal): -13416304 or 9455667. OLE color: 9455667.

HSL color Cylindrical-coordinate representation of color #334890: hue angle of 226.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334890 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 72 144 -
CMYK 0.65 0.50 0 0.44
HSL 226.45º 0.48% 0.38% -
HSV(B) 226.45º 0.65% 0.56% -
XYZ 8.72 7.35 27.35 -
YUV 73.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 51 72 144 0.65 0.50 0 0.44 226.45 0.48 0.38
Hex 33 48 90 41 32 0 2C E2 30 26
Octal 63 110 220 101 62 0 54 342 60 46
Binary 110011 1001000 10010000 1000001 110010 0 101100 11100010 110000 100110

Color Harmonies of #334890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334890

Black with #334890

Text Example


Text Example

White with #334890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334890; }

 p { color: rgb(51,72,144); }

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

background-color css

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

 a { background-color: rgb(51,72,144); }

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

border-color css

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

 span { border-color: rgb(51,72,144); }

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