Html Css Color HEX #334988 Tory Blue

📋 copy color: '#334988'

red 51 ◦ green 73 ◦ blue 136

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

Shades of Tory Blue #334988

Tints of Tory Blue #334988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 19.62%
G = 28.08%
B = 52.31%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#334988 (or 0x334988) is known color: Tory Blue. HEX triplet: 33, 49 and 88. RGB value is (51,73,136). Sum of RGB (Red+Green+Blue) = 51+73+136=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #334988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334988 is #CCB677. Grayscale: #494949. Windows color (decimal): -13416056 or 8931635. OLE color: 8931635.

HSL color Cylindrical-coordinate representation of color #334988: hue angle of 224.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334988 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 73 136 -
CMYK 0.62 0.46 0 0.47
HSL 224.47º 0.45% 0.37% -
HSV(B) 224.47º 0.63% 0.53% -
XYZ 8.19 7.25 24.26 -
YUV 73.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 51 73 136 0.62 0.46 0 0.47 224.47 0.45 0.37
Hex 33 49 88 3E 2E 0 2F E0 2D 25
Octal 63 111 210 76 56 0 57 340 55 45
Binary 110011 1001001 10001000 111110 101110 0 101111 11100000 101101 100101

Color Harmonies of #334988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334988

Black with #334988

Text Example


Text Example

White with #334988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334988; }

 p { color: rgb(51,73,136); }

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

background-color css

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

 a { background-color: rgb(51,73,136); }

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

border-color css

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

 span { border-color: rgb(51,73,136); }

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