Html Css Color HEX #334692 Tory Blue

📋 copy color: '#334692'

red 51 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #334692

Tints of Tory Blue #334692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 19.1%
G = 26.22%
B = 54.68%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334692 (or 0x334692) is known color: Tory Blue. HEX triplet: 33, 46 and 92. RGB value is (51,70,146). Sum of RGB (Red+Green+Blue) = 51+70+146=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #334692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334692 is #CCB96D. Grayscale: #484848. Windows color (decimal): -13416814 or 9586227. OLE color: 9586227.

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

Color convert

RGB 51 70 146 -
CMYK 0.65 0.52 0 0.43
HSL 228º 0.48% 0.39% -
HSV(B) 228º 0.65% 0.57% -
XYZ 8.74 7.16 28.12 -
YUV 72.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 51 70 146 0.65 0.52 0 0.43 228 0.48 0.39
Hex 33 46 92 41 34 0 2B E4 30 27
Octal 63 106 222 101 64 0 53 344 60 47
Binary 110011 1000110 10010010 1000001 110100 0 101011 11100100 110000 100111

Color Harmonies of #334692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334692

Black with #334692

Text Example


Text Example

White with #334692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334692; }

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

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

background-color css

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

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

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

border-color css

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

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

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