Html Css Color HEX #334389 Tory Blue

📋 copy color: '#334389'

red 51 ◦ green 67 ◦ blue 137

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

Shades of Tory Blue #334389

Tints of Tory Blue #334389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 20%
G = 26.27%
B = 53.73%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#334389 (or 0x334389) is known color: Tory Blue. HEX triplet: 33, 43 and 89. RGB value is (51,67,137). Sum of RGB (Red+Green+Blue) = 51+67+137=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #334389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334389 is #CCBC76. Grayscale: #454545. Windows color (decimal): -13417591 or 8995635. OLE color: 8995635.

HSL color Cylindrical-coordinate representation of color #334389: hue angle of 228.84º 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 #334389 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 67 137 -
CMYK 0.63 0.51 0 0.46
HSL 228.84º 0.46% 0.37% -
HSV(B) 228.84º 0.63% 0.54% -
XYZ 7.89 6.52 24.51 -
YUV 70.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 51 67 137 0.63 0.51 0 0.46 228.84 0.46 0.37
Hex 33 43 89 3F 33 0 2E E5 2E 25
Octal 63 103 211 77 63 0 56 345 56 45
Binary 110011 1000011 10001001 111111 110011 0 101110 11100101 101110 100101

Color Harmonies of #334389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334389

Black with #334389

Text Example


Text Example

White with #334389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334389; }

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

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

background-color css

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

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

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

border-color css

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

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

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