Html Css Color HEX #334092 Tory Blue

📋 copy color: '#334092'

red 51 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #334092

Tints of Tory Blue #334092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 19.54%
G = 24.52%
B = 55.94%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334092 (or 0x334092) is known color: Tory Blue. HEX triplet: 33, 40 and 92. RGB value is (51,64,146). Sum of RGB (Red+Green+Blue) = 51+64+146=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #334092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334092 is #CCBF6D. Grayscale: #454545. Windows color (decimal): -13418350 or 9584691. OLE color: 9584691.

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

Color convert

RGB 51 64 146 -
CMYK 0.65 0.56 0 0.43
HSL 231.79º 0.48% 0.39% -
HSV(B) 231.79º 0.65% 0.57% -
XYZ 8.39 6.45 28 -
YUV 69.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 51 64 146 0.65 0.56 0 0.43 231.79 0.48 0.39
Hex 33 40 92 41 38 0 2B E8 30 27
Octal 63 100 222 101 70 0 53 350 60 47
Binary 110011 1000000 10010010 1000001 111000 0 101011 11101000 110000 100111

Color Harmonies of #334092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334092

Black with #334092

Text Example


Text Example

White with #334092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334092; }

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

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

background-color css

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

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

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

border-color css

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

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

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