#33646E

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

Shades of Blumine #33646E

Tints of Blumine #33646E

Color information

#33646E (or 0x33646E) is unknown color: approx Blumine. HEX triplet: 33, 64 and 6E. RGB value is (51,100,110). Sum of RGB (Red+Green+Blue) = 51+100+110=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #33646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33646E is #CC9B91. Grayscale: #565656. Windows color (decimal): -13409170 or 7234611. OLE color: 7234611.

HSL color Cylindrical-coordinate representation of color #33646E: hue angle of 190.17º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33646E is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51100110-
CMYK0.540.0900.57
HSL190.17º36.65%31.57%-
HSV(B)190.17º53.64%43.14%-
XYZ8.7410.9416.4-
YUV86.49141.27102.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=19.54%
G=38.31%
B=42.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511001100.540.0900.57190.1736.6531.57
Hex33646E369039be2520
Octal6314415666110712764540
Binary110011110010011011101101101001011100110111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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