Html Css Color HEX #334292 Tory Blue

📋 copy color: '#334292'

red 51 ◦ green 66 ◦ blue 146

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

Shades of Tory Blue #334292

Tints of Tory Blue #334292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 19.39%
G = 25.1%
B = 55.51%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334292 (or 0x334292) is known color: Tory Blue. HEX triplet: 33, 42 and 92. RGB value is (51,66,146). Sum of RGB (Red+Green+Blue) = 51+66+146=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #334292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334292 is #CCBD6D. Grayscale: #464646. Windows color (decimal): -13417838 or 9585203. OLE color: 9585203.

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

Color convert

RGB 51 66 146 -
CMYK 0.65 0.55 0 0.43
HSL 230.53º 0.48% 0.39% -
HSV(B) 230.53º 0.65% 0.57% -
XYZ 8.5 6.68 28.03 -
YUV 70.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 51 66 146 0.65 0.55 0 0.43 230.53 0.48 0.39
Hex 33 42 92 41 37 0 2B E7 30 27
Octal 63 102 222 101 67 0 53 347 60 47
Binary 110011 1000010 10010010 1000001 110111 0 101011 11100111 110000 100111

Color Harmonies of #334292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334292

Black with #334292

Text Example


Text Example

White with #334292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334292; }

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

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

background-color css

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

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

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

border-color css

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

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

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