Html Css Color HEX #334F9D Tory Blue

📋 copy color: '#334F9D'

red 51 ◦ green 79 ◦ blue 157

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

Shades of Tory Blue #334F9D

Tints of Tory Blue #334F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 17.77%
G = 27.53%
B = 54.7%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#334F9D (or 0x334F9D) is known color: Tory Blue. HEX triplet: 33, 4F and 9D. RGB value is (51,79,157). Sum of RGB (Red+Green+Blue) = 51+79+157=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #334F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F9D is #CCB062. Grayscale: #4F4F4F. Windows color (decimal): -13414499 or 10309427. OLE color: 10309427.

HSL color Cylindrical-coordinate representation of color #334F9D: hue angle of 224.15º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334F9D is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 79 157 -
CMYK 0.68 0.50 0 0.38
HSL 224.15º 0.51% 0.41% -
HSV(B) 224.15º 0.68% 0.62% -
XYZ 10.25 8.73 33.04 -
YUV 79.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 51 79 157 0.68 0.50 0 0.38 224.15 0.51 0.41
Hex 33 4F 9D 44 32 0 26 E0 33 29
Octal 63 117 235 104 62 0 46 340 63 51
Binary 110011 1001111 10011101 1000100 110010 0 100110 11100000 110011 101001

Color Harmonies of #334F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F9D

Black with #334F9D

Text Example


Text Example

White with #334F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,157); }

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

background-color css

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

 a { background-color: rgb(51,79,157); }

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

border-color css

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

 span { border-color: rgb(51,79,157); }

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