Html Css Color HEX #334682 Tory Blue

📋 copy color: '#334682'

red 51 ◦ green 70 ◦ blue 130

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

Shades of Tory Blue #334682

Tints of Tory Blue #334682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 20.32%
G = 27.89%
B = 51.79%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334682 (or 0x334682) is known color: Tory Blue. HEX triplet: 33, 46 and 82. RGB value is (51,70,130). Sum of RGB (Red+Green+Blue) = 51+70+130=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #334682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334682 is #CCB97D. Grayscale: #464646. Windows color (decimal): -13416830 or 8537651. OLE color: 8537651.

HSL color Cylindrical-coordinate representation of color #334682: hue angle of 225.57º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334682 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 70 130 -
CMYK 0.61 0.46 0 0.49
HSL 225.57º 0.44% 0.35% -
HSV(B) 225.57º 0.61% 0.51% -
XYZ 7.58 6.7 22.01 -
YUV 71.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 51 70 130 0.61 0.46 0 0.49 225.57 0.44 0.35
Hex 33 46 82 3D 2E 0 31 E2 2C 23
Octal 63 106 202 75 56 0 61 342 54 43
Binary 110011 1000110 10000010 111101 101110 0 110001 11100010 101100 100011

Color Harmonies of #334682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334682

Black with #334682

Text Example


Text Example

White with #334682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334682; }

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

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

background-color css

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

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

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

border-color css

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

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

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