Html Css Color HEX #334484 Tory Blue

📋 copy color: '#334484'

red 51 ◦ green 68 ◦ blue 132

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

Shades of Tory Blue #334484

Tints of Tory Blue #334484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 20.32%
G = 27.09%
B = 52.59%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334484 (or 0x334484) is known color: Tory Blue. HEX triplet: 33, 44 and 84. RGB value is (51,68,132). Sum of RGB (Red+Green+Blue) = 51+68+132=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #334484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334484 is #CCBB7B. Grayscale: #454545. Windows color (decimal): -13417340 or 8668211. OLE color: 8668211.

HSL color Cylindrical-coordinate representation of color #334484: hue angle of 227.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334484 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 68 132 -
CMYK 0.61 0.48 0 0.48
HSL 227.41º 0.44% 0.36% -
HSV(B) 227.41º 0.61% 0.52% -
XYZ 7.6 6.5 22.68 -
YUV 70.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 51 68 132 0.61 0.48 0 0.48 227.41 0.44 0.36
Hex 33 44 84 3D 30 0 30 E3 2C 24
Octal 63 104 204 75 60 0 60 343 54 44
Binary 110011 1000100 10000100 111101 110000 0 110000 11100011 101100 100100

Color Harmonies of #334484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334484

Black with #334484

Text Example


Text Example

White with #334484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334484; }

 p { color: rgb(51,68,132); }

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

background-color css

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

 a { background-color: rgb(51,68,132); }

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

border-color css

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

 span { border-color: rgb(51,68,132); }

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