Html Css Color HEX #334094 Tory Blue

📋 copy color: '#334094'

red 51 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #334094

Tints of Tory Blue #334094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 19.39%
G = 24.33%
B = 56.27%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334094 (or 0x334094) is known color: Tory Blue. HEX triplet: 33, 40 and 94. RGB value is (51,64,148). Sum of RGB (Red+Green+Blue) = 51+64+148=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #334094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334094 is #CCBF6B. Grayscale: #454545. Windows color (decimal): -13418348 or 9715763. OLE color: 9715763.

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

Color convert

RGB 51 64 148 -
CMYK 0.66 0.57 0 0.42
HSL 231.96º 0.49% 0.39% -
HSV(B) 231.96º 0.66% 0.58% -
XYZ 8.54 6.51 28.82 -
YUV 69.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 51 64 148 0.66 0.57 0 0.42 231.96 0.49 0.39
Hex 33 40 94 42 39 0 2A E8 31 27
Octal 63 100 224 102 71 0 52 350 61 47
Binary 110011 1000000 10010100 1000010 111001 0 101010 11101000 110001 100111

Color Harmonies of #334094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334094

Black with #334094

Text Example


Text Example

White with #334094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334094; }

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

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

background-color css

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

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

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

border-color css

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

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

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