#33676D

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

Shades of Blumine #33676D

Tints of Blumine #33676D

Color information

#33676D (or 0x33676D) is unknown color: approx Blumine. HEX triplet: 33, 67 and 6D. RGB value is (51,103,109). Sum of RGB (Red+Green+Blue) = 51+103+109=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #33676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33676D is #CC9892. Grayscale: #585858. Windows color (decimal): -13408403 or 7169843. OLE color: 7169843.

HSL color Cylindrical-coordinate representation of color #33676D: hue angle of 186.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33676D is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51103109-
CMYK0.530.0600.57
HSL186.21º36.25%31.37%-
HSV(B)186.21º53.21%42.75%-
XYZ8.9811.5116.22-
YUV88.14139.77101.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=19.39%
G=39.16%
B=41.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511031090.530.0600.57186.2136.2531.37
Hex33676D356039ba241f
Octal631471556560712724437
Binary1100111100111110110111010111001110011011101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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