Html Css Color HEX #334095 Tory Blue

📋 copy color: '#334095'

red 51 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #334095

Tints of Tory Blue #334095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 19.32%
G = 24.24%
B = 56.44%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334095 (or 0x334095) is known color: Tory Blue. HEX triplet: 33, 40 and 95. RGB value is (51,64,149). Sum of RGB (Red+Green+Blue) = 51+64+149=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #334095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334095 is #CCBF6A. Grayscale: #454545. Windows color (decimal): -13418347 or 9781299. OLE color: 9781299.

HSL color Cylindrical-coordinate representation of color #334095: hue angle of 232.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334095 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 64 149 -
CMYK 0.66 0.57 0 0.42
HSL 232.04º 0.49% 0.39% -
HSV(B) 232.04º 0.66% 0.58% -
XYZ 8.62 6.54 29.24 -
YUV 69.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 51 64 149 0.66 0.57 0 0.42 232.04 0.49 0.39
Hex 33 40 95 42 39 0 2A E8 31 27
Octal 63 100 225 102 71 0 52 350 61 47
Binary 110011 1000000 10010101 1000010 111001 0 101010 11101000 110001 100111

Color Harmonies of #334095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334095

Black with #334095

Text Example


Text Example

White with #334095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334095; }

 p { color: rgb(51,64,149); }

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

background-color css

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

 a { background-color: rgb(51,64,149); }

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

border-color css

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

 span { border-color: rgb(51,64,149); }

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