Html Css Color HEX #334588 Tory Blue

📋 copy color: '#334588'

red 51 ◦ green 69 ◦ blue 136

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

Shades of Tory Blue #334588

Tints of Tory Blue #334588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 19.92%
G = 26.95%
B = 53.13%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#334588 (or 0x334588) is known color: Tory Blue. HEX triplet: 33, 45 and 88. RGB value is (51,69,136). Sum of RGB (Red+Green+Blue) = 51+69+136=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #334588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334588 is #CCBA77. Grayscale: #464646. Windows color (decimal): -13417080 or 8930611. OLE color: 8930611.

HSL color Cylindrical-coordinate representation of color #334588: hue angle of 227.29º 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 #334588 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 69 136 -
CMYK 0.62 0.49 0 0.47
HSL 227.29º 0.45% 0.37% -
HSV(B) 227.29º 0.63% 0.53% -
XYZ 7.94 6.74 24.17 -
YUV 71.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 51 69 136 0.62 0.49 0 0.47 227.29 0.45 0.37
Hex 33 45 88 3E 31 0 2F E3 2D 25
Octal 63 105 210 76 61 0 57 343 55 45
Binary 110011 1000101 10001000 111110 110001 0 101111 11100011 101101 100101

Color Harmonies of #334588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334588

Black with #334588

Text Example


Text Example

White with #334588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334588; }

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

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

background-color css

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

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

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

border-color css

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

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

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