Html Css Color HEX #334D95 Tory Blue

📋 copy color: '#334D95'

red 51 ◦ green 77 ◦ blue 149

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

Shades of Tory Blue #334D95

Tints of Tory Blue #334D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 18.41%
G = 27.8%
B = 53.79%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334D95 (or 0x334D95) is known color: Tory Blue. HEX triplet: 33, 4D and 95. RGB value is (51,77,149). Sum of RGB (Red+Green+Blue) = 51+77+149=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #334D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D95 is #CCB26A. Grayscale: #4D4D4D. Windows color (decimal): -13415019 or 9784627. OLE color: 9784627.

HSL color Cylindrical-coordinate representation of color #334D95: hue angle of 224.08º 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 #334D95 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 77 149 -
CMYK 0.66 0.48 0 0.42
HSL 224.08º 0.49% 0.39% -
HSV(B) 224.08º 0.66% 0.58% -
XYZ 9.44 8.18 29.52 -
YUV 77.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 51 77 149 0.66 0.48 0 0.42 224.08 0.49 0.39
Hex 33 4D 95 42 30 0 2A E0 31 27
Octal 63 115 225 102 60 0 52 340 61 47
Binary 110011 1001101 10010101 1000010 110000 0 101010 11100000 110001 100111

Color Harmonies of #334D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D95

Black with #334D95

Text Example


Text Example

White with #334D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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