Html Css Color HEX #334985 Tory Blue

📋 copy color: '#334985'

red 51 ◦ green 73 ◦ blue 133

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

Shades of Tory Blue #334985

Tints of Tory Blue #334985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 19.84%
G = 28.4%
B = 51.75%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334985 (or 0x334985) is known color: Tory Blue. HEX triplet: 33, 49 and 85. RGB value is (51,73,133). Sum of RGB (Red+Green+Blue) = 51+73+133=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #334985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334985 is #CCB67A. Grayscale: #494949. Windows color (decimal): -13416059 or 8735027. OLE color: 8735027.

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

Color convert

RGB 51 73 133 -
CMYK 0.62 0.45 0 0.48
HSL 223.9º 0.45% 0.36% -
HSV(B) 223.9º 0.62% 0.52% -
XYZ 7.98 7.16 23.15 -
YUV 73.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 51 73 133 0.62 0.45 0 0.48 223.9 0.45 0.36
Hex 33 49 85 3E 2D 0 30 E0 2D 24
Octal 63 111 205 76 55 0 60 340 55 44
Binary 110011 1001001 10000101 111110 101101 0 110000 11100000 101101 100100

Color Harmonies of #334985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334985

Black with #334985

Text Example


Text Example

White with #334985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334985; }

 p { color: rgb(51,73,133); }

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

background-color css

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

 a { background-color: rgb(51,73,133); }

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

border-color css

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

 span { border-color: rgb(51,73,133); }

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