Html Css Color HEX #334685 Tory Blue

📋 copy color: '#334685'

red 51 ◦ green 70 ◦ blue 133

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

Shades of Tory Blue #334685

Tints of Tory Blue #334685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 20.08%
G = 27.56%
B = 52.36%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334685 (or 0x334685) is known color: Tory Blue. HEX triplet: 33, 46 and 85. RGB value is (51,70,133). Sum of RGB (Red+Green+Blue) = 51+70+133=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #334685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334685 is #CCB97A. Grayscale: #474747. Windows color (decimal): -13416827 or 8734259. OLE color: 8734259.

HSL color Cylindrical-coordinate representation of color #334685: hue angle of 226.1º 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 #334685 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 70 133 -
CMYK 0.62 0.47 0 0.48
HSL 226.1º 0.45% 0.36% -
HSV(B) 226.1º 0.62% 0.52% -
XYZ 7.79 6.78 23.09 -
YUV 71.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 51 70 133 0.62 0.47 0 0.48 226.1 0.45 0.36
Hex 33 46 85 3E 2F 0 30 E2 2D 24
Octal 63 106 205 76 57 0 60 342 55 44
Binary 110011 1000110 10000101 111110 101111 0 110000 11100010 101101 100100

Color Harmonies of #334685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334685

Black with #334685

Text Example


Text Example

White with #334685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334685; }

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

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

background-color css

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

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

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

border-color css

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

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

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