Html Css Color HEX #334392 Tory Blue

📋 copy color: '#334392'

red 51 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #334392

Tints of Tory Blue #334392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 19.32%
G = 25.38%
B = 55.3%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334392 (or 0x334392) is known color: Tory Blue. HEX triplet: 33, 43 and 92. RGB value is (51,67,146). Sum of RGB (Red+Green+Blue) = 51+67+146=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #334392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334392 is #CCBC6D. Grayscale: #464646. Windows color (decimal): -13417582 or 9585459. OLE color: 9585459.

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

Color convert

RGB 51 67 146 -
CMYK 0.65 0.54 0 0.43
HSL 229.89º 0.48% 0.39% -
HSV(B) 229.89º 0.65% 0.57% -
XYZ 8.56 6.79 28.05 -
YUV 71.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 51 67 146 0.65 0.54 0 0.43 229.89 0.48 0.39
Hex 33 43 92 41 36 0 2B E6 30 27
Octal 63 103 222 101 66 0 53 346 60 47
Binary 110011 1000011 10010010 1000001 110110 0 101011 11100110 110000 100111

Color Harmonies of #334392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334392

Black with #334392

Text Example


Text Example

White with #334392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334392; }

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

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

background-color css

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

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

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

border-color css

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

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

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