Html Css Color HEX #334E8E Tory Blue

📋 copy color: '#334E8E'

red 51 ◦ green 78 ◦ blue 142

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

Shades of Tory Blue #334E8E

Tints of Tory Blue #334E8E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 18.82%
G = 28.78%
B = 52.4%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334E8E (or 0x334E8E) is known color: Tory Blue. HEX triplet: 33, 4E and 8E. RGB value is (51,78,142). Sum of RGB (Red+Green+Blue) = 51+78+142=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #334E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E8E is #CCB171. Grayscale: #4C4C4C. Windows color (decimal): -13414770 or 9326131. OLE color: 9326131.

HSL color Cylindrical-coordinate representation of color #334E8E: hue angle of 222.2º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334E8E is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 78 142 -
CMYK 0.64 0.45 0 0.44
HSL 222.2º 0.47% 0.38% -
HSV(B) 222.2º 0.64% 0.56% -
XYZ 8.97 8.11 26.68 -
YUV 77.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 51 78 142 0.64 0.45 0 0.44 222.2 0.47 0.38
Hex 33 4E 8E 40 2D 0 2C DE 2F 26
Octal 63 116 216 100 55 0 54 336 57 46
Binary 110011 1001110 10001110 1000000 101101 0 101100 11011110 101111 100110

Color Harmonies of #334E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E8E

Black with #334E8E

Text Example


Text Example

White with #334E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,142); }

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

background-color css

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

 a { background-color: rgb(51,78,142); }

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

border-color css

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

 span { border-color: rgb(51,78,142); }

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