Html Css Color HEX #334198 Tory Blue

📋 copy color: '#334198'

red 51 ◦ green 65 ◦ blue 152

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

Shades of Tory Blue #334198

Tints of Tory Blue #334198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 152 (59.77% from 255) = 56.72%

R = 19.03%
G = 24.25%
B = 56.72%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#334198 (or 0x334198) is known color: Tory Blue. HEX triplet: 33, 41 and 98. RGB value is (51,65,152). Sum of RGB (Red+Green+Blue) = 51+65+152=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #334198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334198 is #CCBE67. Grayscale: #464646. Windows color (decimal): -13418088 or 9978163. OLE color: 9978163.

HSL color Cylindrical-coordinate representation of color #334198: hue angle of 231.68º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334198 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 65 152 -
CMYK 0.66 0.57 0 0.40
HSL 231.68º 0.5% 0.4% -
HSV(B) 231.68º 0.66% 0.6% -
XYZ 8.92 6.75 30.54 -
YUV 70.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 51 65 152 0.66 0.57 0 0.40 231.68 0.5 0.4
Hex 33 41 98 42 39 0 28 E8 32 28
Octal 63 101 230 102 71 0 50 350 62 50
Binary 110011 1000001 10011000 1000010 111001 0 101000 11101000 110010 101000

Color Harmonies of #334198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334198

Black with #334198

Text Example


Text Example

White with #334198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334198; }

 p { color: rgb(51,65,152); }

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

background-color css

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

 a { background-color: rgb(51,65,152); }

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

border-color css

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

 span { border-color: rgb(51,65,152); }

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