Html Css Color HEX #334590 Tory Blue

📋 copy color: '#334590'

red 51 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #334590

Tints of Tory Blue #334590

RGB

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

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

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

R = 19.32%
G = 26.14%
B = 54.55%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334590 (or 0x334590) is known color: Tory Blue. HEX triplet: 33, 45 and 90. RGB value is (51,69,144). Sum of RGB (Red+Green+Blue) = 51+69+144=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #334590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334590 is #CCBA6F. Grayscale: #474747. Windows color (decimal): -13417072 or 9454899. OLE color: 9454899.

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

Color convert

RGB 51 69 144 -
CMYK 0.65 0.52 0 0.44
HSL 228.39º 0.48% 0.38% -
HSV(B) 228.39º 0.65% 0.56% -
XYZ 8.53 6.97 27.28 -
YUV 72.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 51 69 144 0.65 0.52 0 0.44 228.39 0.48 0.38
Hex 33 45 90 41 34 0 2C E4 30 26
Octal 63 105 220 101 64 0 54 344 60 46
Binary 110011 1000101 10010000 1000001 110100 0 101100 11100100 110000 100110

Color Harmonies of #334590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334590

Black with #334590

Text Example


Text Example

White with #334590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334590; }

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

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

background-color css

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

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

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

border-color css

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

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

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