Html Css Color HEX #334489 Tory Blue

📋 copy color: '#334489'

red 51 ◦ green 68 ◦ blue 137

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

Shades of Tory Blue #334489

Tints of Tory Blue #334489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 19.92%
G = 26.56%
B = 53.52%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#334489 (or 0x334489) is known color: Tory Blue. HEX triplet: 33, 44 and 89. RGB value is (51,68,137). Sum of RGB (Red+Green+Blue) = 51+68+137=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #334489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334489 is #CCBB76. Grayscale: #464646. Windows color (decimal): -13417335 or 8995891. OLE color: 8995891.

HSL color Cylindrical-coordinate representation of color #334489: hue angle of 228.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334489 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 68 137 -
CMYK 0.63 0.50 0 0.46
HSL 228.14º 0.46% 0.37% -
HSV(B) 228.14º 0.63% 0.54% -
XYZ 7.95 6.64 24.53 -
YUV 70.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 51 68 137 0.63 0.50 0 0.46 228.14 0.46 0.37
Hex 33 44 89 3F 32 0 2E E4 2E 25
Octal 63 104 211 77 62 0 56 344 56 45
Binary 110011 1000100 10001001 111111 110010 0 101110 11100100 101110 100101

Color Harmonies of #334489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334489

Black with #334489

Text Example


Text Example

White with #334489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334489; }

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

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

background-color css

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

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

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

border-color css

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

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

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