Html Css Color HEX #334498 Tory Blue

📋 copy color: '#334498'

red 51 ◦ green 68 ◦ blue 152

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

Shades of Tory Blue #334498

Tints of Tory Blue #334498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 18.82%
G = 25.09%
B = 56.09%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#334498 (or 0x334498) is known color: Tory Blue. HEX triplet: 33, 44 and 98. RGB value is (51,68,152). Sum of RGB (Red+Green+Blue) = 51+68+152=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #334498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334498 is #CCBB67. Grayscale: #484848. Windows color (decimal): -13417320 or 9978931. OLE color: 9978931.

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

Color convert

RGB 51 68 152 -
CMYK 0.66 0.55 0 0.40
HSL 229.9º 0.5% 0.4% -
HSV(B) 229.9º 0.66% 0.6% -
XYZ 9.1 7.11 30.6 -
YUV 72.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 51 68 152 0.66 0.55 0 0.40 229.9 0.5 0.4
Hex 33 44 98 42 37 0 28 E6 32 28
Octal 63 104 230 102 67 0 50 346 62 50
Binary 110011 1000100 10011000 1000010 110111 0 101000 11100110 110010 101000

Color Harmonies of #334498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334498

Black with #334498

Text Example


Text Example

White with #334498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334498; }

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

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

background-color css

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

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

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

border-color css

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

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

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