Html Css Color HEX #334792 Tory Blue

📋 copy color: '#334792'

red 51 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #334792

Tints of Tory Blue #334792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 19.03%
G = 26.49%
B = 54.48%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334792 (or 0x334792) is known color: Tory Blue. HEX triplet: 33, 47 and 92. RGB value is (51,71,146). Sum of RGB (Red+Green+Blue) = 51+71+146=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #334792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334792 is #CCB86D. Grayscale: #494949. Windows color (decimal): -13416558 or 9586483. OLE color: 9586483.

HSL color Cylindrical-coordinate representation of color #334792: hue angle of 227.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334792 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 71 146 -
CMYK 0.65 0.51 0 0.43
HSL 227.37º 0.48% 0.39% -
HSV(B) 227.37º 0.65% 0.57% -
XYZ 8.81 7.29 28.14 -
YUV 73.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 51 71 146 0.65 0.51 0 0.43 227.37 0.48 0.39
Hex 33 47 92 41 33 0 2B E3 30 27
Octal 63 107 222 101 63 0 53 343 60 47
Binary 110011 1000111 10010010 1000001 110011 0 101011 11100011 110000 100111

Color Harmonies of #334792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334792

Black with #334792

Text Example


Text Example

White with #334792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334792; }

 p { color: rgb(51,71,146); }

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

background-color css

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

 a { background-color: rgb(51,71,146); }

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

border-color css

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

 span { border-color: rgb(51,71,146); }

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