Html Css Color HEX #334A82 Tory Blue

📋 copy color: '#334A82'

red 51 ◦ green 74 ◦ blue 130

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

Shades of Tory Blue #334A82

Tints of Tory Blue #334A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

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

R = 20%
G = 29.02%
B = 50.98%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334A82 (or 0x334A82) is known color: Tory Blue. HEX triplet: 33, 4A and 82. RGB value is (51,74,130). Sum of RGB (Red+Green+Blue) = 51+74+130=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #334A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A82 is #CCB57D. Grayscale: #494949. Windows color (decimal): -13415806 or 8538675. OLE color: 8538675.

HSL color Cylindrical-coordinate representation of color #334A82: hue angle of 222.53º 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 #334A82 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 74 130 -
CMYK 0.61 0.43 0 0.49
HSL 222.53º 0.44% 0.35% -
HSV(B) 222.53º 0.61% 0.51% -
XYZ 7.84 7.21 22.1 -
YUV 73.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 51 74 130 0.61 0.43 0 0.49 222.53 0.44 0.35
Hex 33 4A 82 3D 2B 0 31 DF 2C 23
Octal 63 112 202 75 53 0 61 337 54 43
Binary 110011 1001010 10000010 111101 101011 0 110001 11011111 101100 100011

Color Harmonies of #334A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A82

Black with #334A82

Text Example


Text Example

White with #334A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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