Html Css Color HEX #334990 Tory Blue

📋 copy color: '#334990'

red 51 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #334990

Tints of Tory Blue #334990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

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

R = 19.03%
G = 27.24%
B = 53.73%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334990 (or 0x334990) is known color: Tory Blue. HEX triplet: 33, 49 and 90. RGB value is (51,73,144). Sum of RGB (Red+Green+Blue) = 51+73+144=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #334990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334990 is #CCB66F. Grayscale: #4A4A4A. Windows color (decimal): -13416048 or 9455923. OLE color: 9455923.

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

Color convert

RGB 51 73 144 -
CMYK 0.65 0.49 0 0.44
HSL 225.81º 0.48% 0.38% -
HSV(B) 225.81º 0.65% 0.56% -
XYZ 8.78 7.48 27.37 -
YUV 74.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 51 73 144 0.65 0.49 0 0.44 225.81 0.48 0.38
Hex 33 49 90 41 31 0 2C E2 30 26
Octal 63 111 220 101 61 0 54 342 60 46
Binary 110011 1001001 10010000 1000001 110001 0 101100 11100010 110000 100110

Color Harmonies of #334990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334990

Black with #334990

Text Example


Text Example

White with #334990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334990; }

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

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

background-color css

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

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

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

border-color css

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

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

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