Html Css Color HEX #334F93 Tory Blue

📋 copy color: '#334F93'

red 51 ◦ green 79 ◦ blue 147

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

Shades of Tory Blue #334F93

Tints of Tory Blue #334F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 18.41%
G = 28.52%
B = 53.07%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334F93 (or 0x334F93) is known color: Tory Blue. HEX triplet: 33, 4F and 93. RGB value is (51,79,147). Sum of RGB (Red+Green+Blue) = 51+79+147=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #334F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F93 is #CCB06C. Grayscale: #4E4E4E. Windows color (decimal): -13414509 or 9654067. OLE color: 9654067.

HSL color Cylindrical-coordinate representation of color #334F93: hue angle of 222.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334F93 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 79 147 -
CMYK 0.65 0.46 0 0.42
HSL 222.5º 0.48% 0.39% -
HSV(B) 222.5º 0.65% 0.58% -
XYZ 9.43 8.4 28.73 -
YUV 78.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 51 79 147 0.65 0.46 0 0.42 222.5 0.48 0.39
Hex 33 4F 93 41 2E 0 2A DE 30 27
Octal 63 117 223 101 56 0 52 336 60 47
Binary 110011 1001111 10010011 1000001 101110 0 101010 11011110 110000 100111

Color Harmonies of #334F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F93

Black with #334F93

Text Example


Text Example

White with #334F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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