Html Css Color HEX #334690 Tory Blue

📋 copy color: '#334690'

red 51 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #334690

Tints of Tory Blue #334690

RGB

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

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

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

R = 19.25%
G = 26.42%
B = 54.34%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334690 (or 0x334690) is known color: Tory Blue. HEX triplet: 33, 46 and 90. RGB value is (51,70,144). Sum of RGB (Red+Green+Blue) = 51+70+144=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #334690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334690 is #CCB96F. Grayscale: #484848. Windows color (decimal): -13416816 or 9455155. OLE color: 9455155.

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

Color convert

RGB 51 70 144 -
CMYK 0.65 0.51 0 0.44
HSL 227.74º 0.48% 0.38% -
HSV(B) 227.74º 0.65% 0.56% -
XYZ 8.59 7.1 27.3 -
YUV 72.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 51 70 144 0.65 0.51 0 0.44 227.74 0.48 0.38
Hex 33 46 90 41 33 0 2C E4 30 26
Octal 63 106 220 101 63 0 54 344 60 46
Binary 110011 1000110 10010000 1000001 110011 0 101100 11100100 110000 100110

Color Harmonies of #334690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334690

Black with #334690

Text Example


Text Example

White with #334690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334690; }

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

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

background-color css

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

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

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

border-color css

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

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

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