#33676F

Color #33676F Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #33676F

Tints of Blumine #33676F

Color information

#33676F (or 0x33676F) is unknown color: approx Blumine. HEX triplet: 33, 67 and 6F. RGB value is (51,103,111). Sum of RGB (Red+Green+Blue) = 51+103+111=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #33676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33676F is #CC9890. Grayscale: #585858. Windows color (decimal): -13408401 or 7300915. OLE color: 7300915.

HSL color Cylindrical-coordinate representation of color #33676F: hue angle of 188º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33676F is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51103111-
CMYK0.540.0700.56
HSL188º37.04%31.76%-
HSV(B)188º54.05%43.53%-
XYZ9.0811.5516.79-
YUV88.36140.77101.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=19.25%
G=38.87%
B=41.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511031110.540.0700.5618837.0431.76
Hex33676F367038bc2520
Octal631471576670702744540
Binary11001111001111101111110110111011100010111100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33676F; }

 p { color: rgb(51,103,111); }

 H1.HeaderClassName
 {
   color: #33676F;
 }
 .AnyTagClassName
 {
   color: #33676F;
 }
</style>
background-color css

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

 a { background-color: rgb(51,103,111); }

 div.DivClassName
 {
   background-color: #33676F;
 }
 .BgClassName
 {
   background-color: #33676F;
 }
</style>
border-color css

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

 span { border-color: rgb(51,103,111); }

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