Html Css Color HEX #334488 Tory Blue

📋 copy color: '#334488'

red 51 ◦ green 68 ◦ blue 136

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

Shades of Tory Blue #334488

Tints of Tory Blue #334488

RGB

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

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

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

R = 20%
G = 26.67%
B = 53.33%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#334488 (or 0x334488) is known color: Tory Blue. HEX triplet: 33, 44 and 88. RGB value is (51,68,136). Sum of RGB (Red+Green+Blue) = 51+68+136=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #334488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334488 is #CCBB77. Grayscale: #464646. Windows color (decimal): -13417336 or 8930355. OLE color: 8930355.

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

Color convert

RGB 51 68 136 -
CMYK 0.62 0.50 0 0.47
HSL 228º 0.45% 0.37% -
HSV(B) 228º 0.63% 0.53% -
XYZ 7.88 6.62 24.15 -
YUV 70.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 51 68 136 0.62 0.50 0 0.47 228 0.45 0.37
Hex 33 44 88 3E 32 0 2F E4 2D 25
Octal 63 104 210 76 62 0 57 344 55 45
Binary 110011 1000100 10001000 111110 110010 0 101111 11100100 101101 100101

Color Harmonies of #334488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334488

Black with #334488

Text Example


Text Example

White with #334488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334488; }

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

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

background-color css

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

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

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

border-color css

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

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

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