Html Css Color HEX #334D94 Tory Blue

📋 copy color: '#334D94'

red 51 ◦ green 77 ◦ blue 148

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

Shades of Tory Blue #334D94

Tints of Tory Blue #334D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 18.48%
G = 27.9%
B = 53.62%

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

#334D94 (or 0x334D94) is known color: Tory Blue. HEX triplet: 33, 4D and 94. RGB value is (51,77,148). Sum of RGB (Red+Green+Blue) = 51+77+148=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #334D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D94 is #CCB26B. Grayscale: #4D4D4D. Windows color (decimal): -13415020 or 9719091. OLE color: 9719091.

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

Color convert

RGB 51 77 148 -
CMYK 0.66 0.48 0 0.42
HSL 223.92º 0.49% 0.39% -
HSV(B) 223.92º 0.66% 0.58% -
XYZ 9.36 8.15 29.1 -
YUV 77.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 51 77 148 0.66 0.48 0 0.42 223.92 0.49 0.39
Hex 33 4D 94 42 30 0 2A E0 31 27
Octal 63 115 224 102 60 0 52 340 61 47
Binary 110011 1001101 10010100 1000010 110000 0 101010 11100000 110001 100111

Color Harmonies of #334D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D94

Black with #334D94

Text Example


Text Example

White with #334D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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