#33646D

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

Shades of Blumine #33646D

Tints of Blumine #33646D

Color information

#33646D (or 0x33646D) is unknown color: approx Blumine. HEX triplet: 33, 64 and 6D. RGB value is (51,100,109). Sum of RGB (Red+Green+Blue) = 51+100+109=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #33646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33646D is #CC9B92. Grayscale: #565656. Windows color (decimal): -13409171 or 7169075. OLE color: 7169075.

HSL color Cylindrical-coordinate representation of color #33646D: hue angle of 189.31º 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 #33646D is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51100109-
CMYK0.530.0800.57
HSL189.31º36.25%31.37%-
HSV(B)189.31º53.21%42.75%-
XYZ8.6810.9216.12-
YUV86.38140.77102.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=19.62%
G=38.46%
B=41.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511001090.530.0800.57189.3136.2531.37
Hex33646D358039bd241f
Octal6314415565100712754437
Binary11001111001001101101110101100001110011011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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