Html Css Color HEX #334892 Tory Blue

📋 copy color: '#334892'

red 51 ◦ green 72 ◦ blue 146

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

Shades of Tory Blue #334892

Tints of Tory Blue #334892

RGB

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

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

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

R = 18.96%
G = 26.77%
B = 54.28%

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

#334892 (or 0x334892) is known color: Tory Blue. HEX triplet: 33, 48 and 92. RGB value is (51,72,146). Sum of RGB (Red+Green+Blue) = 51+72+146=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #334892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334892 is #CCB76D. Grayscale: #494949. Windows color (decimal): -13416302 or 9586739. OLE color: 9586739.

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

Color convert

RGB 51 72 146 -
CMYK 0.65 0.51 0 0.43
HSL 226.74º 0.48% 0.39% -
HSV(B) 226.74º 0.65% 0.57% -
XYZ 8.87 7.41 28.16 -
YUV 74.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 51 72 146 0.65 0.51 0 0.43 226.74 0.48 0.39
Hex 33 48 92 41 33 0 2B E3 30 27
Octal 63 110 222 101 63 0 53 343 60 47
Binary 110011 1001000 10010010 1000001 110011 0 101011 11100011 110000 100111

Color Harmonies of #334892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334892

Black with #334892

Text Example


Text Example

White with #334892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334892; }

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

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

background-color css

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

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

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

border-color css

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

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

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