Html Css Color HEX #334D9F Tory Blue

📋 copy color: '#334D9F'

red 51 ◦ green 77 ◦ blue 159

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

Shades of Tory Blue #334D9F

Tints of Tory Blue #334D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 17.77%
G = 26.83%
B = 55.4%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#334D9F (or 0x334D9F) is known color: Tory Blue. HEX triplet: 33, 4D and 9F. RGB value is (51,77,159). Sum of RGB (Red+Green+Blue) = 51+77+159=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #334D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D9F is #CCB260. Grayscale: #4E4E4E. Windows color (decimal): -13415009 or 10439987. OLE color: 10439987.

HSL color Cylindrical-coordinate representation of color #334D9F: hue angle of 225.56º 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 #334D9F is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 77 159 -
CMYK 0.68 0.52 0 0.38
HSL 225.56º 0.51% 0.41% -
HSV(B) 225.56º 0.68% 0.62% -
XYZ 10.28 8.51 33.9 -
YUV 78.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 51 77 159 0.68 0.52 0 0.38 225.56 0.51 0.41
Hex 33 4D 9F 44 34 0 26 E2 33 29
Octal 63 115 237 104 64 0 46 342 63 51
Binary 110011 1001101 10011111 1000100 110100 0 100110 11100010 110011 101001

Color Harmonies of #334D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D9F

Black with #334D9F

Text Example


Text Example

White with #334D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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