Html Css Color HEX #334888 Tory Blue

📋 copy color: '#334888'

red 51 ◦ green 72 ◦ blue 136

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

Shades of Tory Blue #334888

Tints of Tory Blue #334888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 19.69%
G = 27.8%
B = 52.51%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#334888 (or 0x334888) is known color: Tory Blue. HEX triplet: 33, 48 and 88. RGB value is (51,72,136). Sum of RGB (Red+Green+Blue) = 51+72+136=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #334888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334888 is #CCB777. Grayscale: #484848. Windows color (decimal): -13416312 or 8931379. OLE color: 8931379.

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

Color convert

RGB 51 72 136 -
CMYK 0.62 0.47 0 0.47
HSL 225.18º 0.45% 0.37% -
HSV(B) 225.18º 0.63% 0.53% -
XYZ 8.13 7.12 24.24 -
YUV 73.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 51 72 136 0.62 0.47 0 0.47 225.18 0.45 0.37
Hex 33 48 88 3E 2F 0 2F E1 2D 25
Octal 63 110 210 76 57 0 57 341 55 45
Binary 110011 1001000 10001000 111110 101111 0 101111 11100001 101101 100101

Color Harmonies of #334888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334888

Black with #334888

Text Example


Text Example

White with #334888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334888; }

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

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

background-color css

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

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

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

border-color css

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

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

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